provider 1112 operations 44 docs pages
@utdk/github
GitHub v3 REST API
Generated UTDK provider client for GitHub v3 REST API. GitHub's v3 REST API.
Gists
Optional generated docs page for
@utdk/github.
Gists
Generated from OpenAPI operation grouping.
GET /gists: List gists for the authenticated userPOST /gists: Create a gistDELETE /gists/{gist_id}: Delete a gistGET /gists/{gist_id}: Get a gistPATCH /gists/{gist_id}: Update a gistGET /gists/{gist_id}/{sha}: Get a gist revisionGET /gists/{gist_id}/comments: List gist commentsPOST /gists/{gist_id}/comments: Create a gist commentDELETE /gists/{gist_id}/comments/{comment_id}: Delete a gist commentGET /gists/{gist_id}/comments/{comment_id}: Get a gist commentPATCH /gists/{gist_id}/comments/{comment_id}: Update a gist commentGET /gists/{gist_id}/commits: List gist commitsGET /gists/{gist_id}/forks: List gist forksPOST /gists/{gist_id}/forks: Fork a gistDELETE /gists/{gist_id}/star: Unstar a gistGET /gists/{gist_id}/star: Check if a gist is starredPUT /gists/{gist_id}/star: Star a gistGET /gists/public: List public gistsGET /gists/starred: List starred gistsGET /users/{username}/gists: List gists for a user