github.com/gfleury/gobbs@v0.0.0-20200831213239-44ca2b94c1a1/repos/mocked_responses/GetRepositories.json (about)

     1  {
     2      "size": 1,
     3      "limit": 25,
     4      "isLastPage": true,
     5      "values": [
     6          {
     7              "slug": "my-repo",
     8              "id": 1,
     9              "name": "My repo",
    10              "description": "My repo description",
    11              "hierarchyId": "e3c939f9ef4a7fae272e",
    12              "scmId": "git",
    13              "state": "AVAILABLE",
    14              "statusMessage": "Available",
    15              "forkable": true,
    16              "project": {
    17                  "key": "PRJ",
    18                  "id": 1,
    19                  "name": "My Cool Project",
    20                  "description": "The description for my cool project.",
    21                  "public": true,
    22                  "type": "NORMAL",
    23                  "links": {
    24                      "self": [
    25                          {
    26                              "href": "http://link/to/project"
    27                          }
    28                      ]
    29                  }
    30              },
    31              "public": true,
    32              "links": {
    33                  "clone": [
    34                      {
    35                          "href": "ssh://git@<baseURL>/PRJ/my-repo.git",
    36                          "name": "ssh"
    37                      },
    38                      {
    39                          "href": "https://<baseURL>/scm/PRJ/my-repo.git",
    40                          "name": "http"
    41                      }
    42                  ],
    43                  "self": [
    44                      {
    45                          "href": "http://link/to/repository"
    46                      }
    47                  ]
    48              }
    49          }
    50      ],
    51      "start": 0
    52  }