Aprovan Registry
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.

Import sample

import github from "@utdk/github"

Factory sample

import { createGithubClient } from "@utdk/github"
Provider path
github
Source API title
GitHub v3 REST API
Version
1.1.4
Generated
Apr 7, 2026, 4:02 AM
Homepage
Open site
API spec
View spec
Gists
Optional generated docs page for @utdk/github.

Gists

Generated from OpenAPI operation grouping.

  • GET /gists: List gists for the authenticated user
  • POST /gists: Create a gist
  • DELETE /gists/{gist_id}: Delete a gist
  • GET /gists/{gist_id}: Get a gist
  • PATCH /gists/{gist_id}: Update a gist
  • GET /gists/{gist_id}/{sha}: Get a gist revision
  • GET /gists/{gist_id}/comments: List gist comments
  • POST /gists/{gist_id}/comments: Create a gist comment
  • DELETE /gists/{gist_id}/comments/{comment_id}: Delete a gist comment
  • GET /gists/{gist_id}/comments/{comment_id}: Get a gist comment
  • PATCH /gists/{gist_id}/comments/{comment_id}: Update a gist comment
  • GET /gists/{gist_id}/commits: List gist commits
  • GET /gists/{gist_id}/forks: List gist forks
  • POST /gists/{gist_id}/forks: Fork a gist
  • DELETE /gists/{gist_id}/star: Unstar a gist
  • GET /gists/{gist_id}/star: Check if a gist is starred
  • PUT /gists/{gist_id}/star: Star a gist
  • GET /gists/public: List public gists
  • GET /gists/starred: List starred gists
  • GET /users/{username}/gists: List gists for a user