-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
25 changed files
with
110,308 additions
and
9 deletions.
There are no files selected for viewing
6,100 changes: 6,100 additions & 0 deletions
6,100
cache/types-openapi/github.ae-diff-to-api.github.com.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5,448 changes: 5,448 additions & 0 deletions
5,448
cache/types-rest-api-diff/github.ae-anicca-diff-to-api.github.com.deref.json
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
packages/types-openapi-github.ae-diff-to-api.github.com/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.