Get Git Hub Repositories
Will fail unless the user has a linked Github account.
Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/authors/{federationId}/gitHubRepositories
COPY
Path Parameters
string
federationId
Required
federationId
Responses
200
successful operation
Returns Array of GitHubRepository of type(s) application/json
[
{
"id": 0,
"name": "string",
"description": "string",
"url": "string",
"organization": "string",
"createdTimeAgo": "string",
"updatedTimeAgo": "string",
"watcherCount": 0,
"starCount": 0,
"forkCount": 0,
"openIssueCount": 0
}
]
400
Bad Request, a Github token is required for this operation.
Operation doesn't return any data structure
401
Unauthorized, credentials not supplied or incorrect.
Operation doesn't return any data structure
404
Author not found.
Operation doesn't return any data structure