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
Reactions
Optional generated docs page for @utdk/github.

Reactions

Generated from OpenAPI operation grouping.

  • GET /repos/{owner}/{repo}/comments/{comment_id}/reactions: List reactions for a commit comment
  • POST /repos/{owner}/{repo}/comments/{comment_id}/reactions: Create reaction for a commit comment
  • DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}: Delete a commit comment reaction
  • GET /repos/{owner}/{repo}/issues/{issue_number}/reactions: List reactions for an issue
  • POST /repos/{owner}/{repo}/issues/{issue_number}/reactions: Create reaction for an issue
  • DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}: Delete an issue reaction
  • GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions: List reactions for an issue comment
  • POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions: Create reaction for an issue comment
  • DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}: Delete an issue comment reaction
  • GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions: List reactions for a pull request review comment
  • POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions: Create reaction for a pull request review comment
  • DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}: Delete a pull request comment reaction
  • GET /repos/{owner}/{repo}/releases/{release_id}/reactions: List reactions for a release
  • POST /repos/{owner}/{repo}/releases/{release_id}/reactions: Create reaction for a release
  • DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}: Delete a release reaction