githubRateLimit(opts: { client: GitHubClient; }): Promise<GitHubRateLimit>
opts: { client: GitHubClient; }
Allows programatic access to the github api along with various helpers for working with github.
githubRateLimit(opts: { client: GitHubClient; }): Promise<GitHubRateLimit>
opts: { client: GitHubClient; }
Add Package
deno add jsr:@justinmchase/github-api
Import symbol
import { githubRateLimit } from "@justinmchase/github-api";
---- OR ----
Import directly with a jsr specifier
import { githubRateLimit } from "jsr:@justinmchase/github-api";
Add Package
npx jsr add @justinmchase/github-api
Import symbol
import { githubRateLimit } from "@justinmchase/github-api";
Add Package
yarn dlx jsr add @justinmchase/github-api
Import symbol
import { githubRateLimit } from "@justinmchase/github-api";
Add Package
pnpm dlx jsr add @justinmchase/github-api
Import symbol
import { githubRateLimit } from "@justinmchase/github-api";
Add Package
bunx jsr add @justinmchase/github-api
Import symbol
import { githubRateLimit } from "@justinmchase/github-api";