13.5.0 • Published 2 months ago

@octokit/types v13.5.0

Weekly downloads
5,855,581
License
MIT
Repository
github
Last release
2 months ago

types.ts

Shared TypeScript definitions for Octokit projects

@latest Build Status

Usage

See all exported types at https://octokit.github.io/types.ts

Examples

Get parameter and response data types for a REST API endpoint

import { Endpoints } from "@octokit/types";

type listUserReposParameters =
  Endpoints["GET /repos/{owner}/{repo}"]["parameters"];
type listUserReposResponse = Endpoints["GET /repos/{owner}/{repo}"]["response"];

async function listRepos(
  options: listUserReposParameters,
): listUserReposResponse["data"] {
  // ...
}

Get response types from endpoint methods

import {
  GetResponseTypeFromEndpointMethod,
  GetResponseDataTypeFromEndpointMethod,
} from "@octokit/types";
import { Octokit } from "@octokit/rest";

const octokit = new Octokit();
type CreateLabelResponseType = GetResponseTypeFromEndpointMethod<
  typeof octokit.issues.createLabel
>;
type CreateLabelResponseDataType = GetResponseDataTypeFromEndpointMethod<
  typeof octokit.issues.createLabel
>;

Contributing

See CONTRIBUTING.md

License

MIT

@octokit/request-error@octokit/endpoint@octokit/plugin-rest-endpoint-methods@octokit/request@octokit/plugin-paginate-rest@octokit/core@octokit/graphqltest-dsm-github-harmonizer@joshpress/git-cms@baoshan/octokit_auth-oauth-user-client.js@knapsack/github-api@everything-registry/sub-chunk-676github-harmonizergh-all-reposgithub-takeoutimput-cmsmeow-cmsnaive-gh-events@shiftmedia/release-tools@opencollective/auth-simple-oauth-app@ploys/deployments-core@roadiehq/backstage-plugin-github-insights@roadiehq/backstage-plugin-github-pull-requestswonjin-actionstime-line-prolinkprobotprovisiontui-david-kengoctokitoctokit-plugin-unique-issueoctokit-auth-probotoctokit-plugin-create-pull-requestopenlineosharkrepo-retrieverskubaupdate-existing-releasevstest-oct1@actions/languageserver@anakz/backstage-plugin-library-check@adrian.insua/octokit-plugin-create-pull-request@aimcodes/graphql@georgexu99/publisher-github@github-automations/bot-config-utils@githubnext/blocks@electron-forge/publisher-github@haruyukilxz/tools@hackney/mtfh-cli@guardian/master-to-main@heliosphere/deploy-script@mahnunchik/publisher-github@lix-js/client@mofunetive/api@martina-if/plugin-cloudbuild@infinitebrahmanuniverse/nolb-_oc@infracost/compost@jbrunton/gha-installer@mgga/auth-app@nqkdev/octokit-plugin-create-pull-request@nu-art/github@octokit/app@octokit/auth-action@octokit/auth-app@octokit/auth-basic@octokit/auth-oauth-app@octokit/auth-oauth-device@octokit/auth-oauth-user@octokit/auth-unauthenticated@octokit/oauth-methods@octokit/action@octokit/plugin-retry@octokit/plugin-throttling@octokit/plugin-create-or-update-text-file@octokit/plugin-enterprise-cloud@octokit/plugin-enterprise-compatibility@octokit/plugin-enterprise-server@olfi01/languageserver@digital-garden-builder/git-cms@dog-hero/gihub-check-run@doyokit/core@dashlog/core@denizhoxha/probot@deviavir/actions-common-scans@bowtie/ts-github@broadshield/github-actions-core-typed-inputs@broadshield/github-actions-octokit-hydrated@broadshield/github-actions-workflow-marie-kondo@pensar/comply@probot-ng/core@probot-ng/octokit-auth-probot-ng@rdiaz/meli-github@rdiaz/meli-releaser@beeker-tech/cli@babblebot/cli@google-automations/git-file-utils@kie/build-chain-action@justforlxz/tools@kozmoai/backstage-plugin-github-insights@kozmoai/backstage-plugin-github-pull-requests@security-alert/shareellie-cli
13.5.0

2 months ago

13.4.1

2 months ago

13.3.0

2 months ago

13.4.0

2 months ago

13.2.0

2 months ago

13.1.0

2 months ago

13.0.0

3 months ago

12.6.0

4 months ago

12.5.0

4 months ago

12.4.0

7 months ago

10.1.0-beta.1

12 months ago

12.3.0

7 months ago

11.0.0

12 months ago

12.0.0

9 months ago

12.0.1

8 months ago

11.1.0

11 months ago

12.2.0

7 months ago

12.1.0

8 months ago

12.1.1

8 months ago

10.0.0

1 year ago

9.2.3

1 year ago

9.2.2

1 year ago

9.2.1

1 year ago

9.3.0-beta.1

1 year ago

9.3.2

1 year ago

9.3.1

1 year ago

9.3.0

1 year ago

10.0.0-beta.2

1 year ago

10.0.0-beta.1

1 year ago

9.1.4

1 year ago

9.1.3

1 year ago

9.1.2

1 year ago

9.1.1

1 year ago

9.1.0

1 year ago

9.2.0

1 year ago

8.1.0

1 year ago

8.1.1

1 year ago

8.2.1

1 year ago

8.2.0

1 year ago

9.0.0

1 year ago

7.5.1

2 years ago

8.0.0

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

7.4.0

2 years ago

7.5.0

2 years ago

7.2.0

2 years ago

6.36.0

2 years ago

7.0.0

2 years ago

6.39.0

2 years ago

6.35.0

2 years ago

6.41.0

2 years ago

6.38.1

2 years ago

6.38.2

2 years ago

7.1.1

2 years ago

7.1.0

2 years ago

6.38.0

2 years ago

6.40.0

2 years ago

6.37.0

2 years ago

6.37.1

2 years ago

6.32.0

3 years ago

6.34.0

3 years ago

6.33.0

3 years ago

6.31.2

3 years ago

6.31.3

3 years ago

6.31.1

3 years ago

6.31.0

3 years ago

6.29.0

3 years ago

6.30.0

3 years ago

6.28.0

3 years ago

6.28.1

3 years ago

6.27.2

3 years ago

6.27.1

3 years ago

6.27.0

3 years ago

6.26.0

3 years ago

6.25.0

3 years ago

6.24.0

3 years ago

6.23.0

3 years ago

6.22.0

3 years ago

6.21.1

3 years ago

6.20.0

3 years ago

6.19.1

3 years ago

6.21.0

3 years ago

6.19.0

3 years ago

6.18.1

3 years ago

6.17.4

3 years ago

6.18.0

3 years ago

6.17.2

3 years ago

6.17.3

3 years ago

6.17.0

3 years ago

6.17.1

3 years ago

6.16.7

3 years ago

6.16.6

3 years ago

6.16.5

3 years ago

6.16.3

3 years ago

6.16.4

3 years ago

6.16.1

3 years ago

6.16.2

3 years ago

6.13.2

3 years ago

6.13.1

3 years ago

6.16.0

3 years ago

6.15.0

3 years ago

6.14.2

3 years ago

6.14.1

3 years ago

6.14.0

3 years ago

6.13.0

3 years ago

6.12.2

3 years ago

6.12.1

3 years ago

6.12.0

3 years ago

6.11.2

3 years ago

6.11.1

3 years ago

6.11.0

3 years ago

6.10.1

3 years ago

6.10.0

3 years ago

6.9.0

3 years ago

6.8.5

3 years ago

6.8.4

3 years ago

6.8.3

3 years ago

6.8.1

3 years ago

6.8.0

3 years ago

6.8.2

3 years ago

6.7.1

3 years ago

6.7.0

3 years ago

6.6.0

3 years ago

6.5.2

3 years ago

6.5.1

3 years ago

6.5.3

3 years ago

6.5.0

3 years ago

6.4.2

3 years ago

6.4.1

3 years ago

6.4.0

3 years ago

6.3.2

3 years ago

6.3.1

3 years ago

6.3.0

3 years ago

6.2.1

3 years ago

6.2.0

3 years ago

6.1.2

3 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.3

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.5.0

4 years ago

5.4.1

4 years ago

5.4.0

4 years ago

5.3.0

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.2

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.1.10

4 years ago

4.1.9

4 years ago

4.1.8

4 years ago

4.1.7

4 years ago

4.1.6

4 years ago

4.1.5

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.0

4 years ago

4.1.1

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

3.0.3

4 years ago

4.0.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.16.2

4 years ago

2.16.1

4 years ago

2.16.0

4 years ago

2.15.0

4 years ago

2.14.0

4 years ago

2.13.0

4 years ago

2.12.2

4 years ago

2.12.0

4 years ago

2.12.1

4 years ago

2.11.0

4 years ago

2.11.1

4 years ago

2.10.0

4 years ago

2.9.0

4 years ago

2.8.2

4 years ago

2.8.1

4 years ago

2.8.0

4 years ago

2.8.0-beta.3

4 years ago

2.8.0-beta.2

4 years ago

2.7.1

4 years ago

2.8.0-beta.1

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.2

4 years ago

2.3.0

4 years ago

2.3.1

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago