Get Gists

Get Gists

Gets all Github Gists for the user

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/authors/{federationId}/gists
COPY
Path Parameters
string
federationId
Required

federationId


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Array of GitHubGist of type(s) application/json
[
    {
        "id": 0,
        "description": "string",
        "url": "string",
        "createdTimeAgo": "string",
        "updatedTimeAgo": "string",
        "commentCount": 0,
        "files": [
            {
                "id": 0,
                "name": "string",
                "mode": "string",
                "type": "string",
                "sha": "string",
                "path": "string",
                "size": 0,
                "url": "string",
                "content": "string"
            }
        ]
    }
]

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