Skip to content

Commit

Permalink
feat: GitHub AE (#34)
Browse files Browse the repository at this point in the history
* build: rename `types-rest-api-ghes` scripts/cache folders to `types-rest-api-diff`

* build(types-openapi): download OpenAPI spec for github.ae

* build: cache `types-openapi/github.ae`

* feat: `types-openapi-github.ae`, `types-openapi-github.ae-diff-to-api.github.com`

* build(types-rest-api-diff): cache `github.ae-anicca-diff-to-api.github.com.deref.json`

* build(types-rest-api-diff): cache `github.ae-anicca-diff-to-api.github.com.deref.json`

* feat: `types-rest-api-github.ae`

* build(package): lock file

* test: `github.ae`
  • Loading branch information
gr2m committed Sep 15, 2021
1 parent 8879c1c commit d4deeab
Show file tree
Hide file tree
Showing 25 changed files with 110,308 additions and 9 deletions.
6,100 changes: 6,100 additions & 0 deletions cache/types-openapi/github.ae-diff-to-api.github.com.json

Large diffs are not rendered by default.

66,156 changes: 66,156 additions & 0 deletions cache/types-openapi/github.ae.json

Large diffs are not rendered by default.

5,448 changes: 5,448 additions & 0 deletions cache/types-rest-api-diff/github.ae-anicca-diff-to-api.github.com.deref.json

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/types-openapi-github.ae-diff-to-api.github.com/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @octokit-next/types-openapi-github.ae-diff-to-api.github.com

> Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

```ts
import { components } from "@octokit-next/types-openapi-github.ae-diff-to-api.github.com";

type Repository = components["schemas"]["full-repository"];
```

## License

[MIT](LICENSE)

0 comments on commit d4deeab

Please sign in to comment.