Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swinton/github-rest-apis-for-insomnia
💯 A complete set of GitHub REST API route specifications that can be imported straight into Insomnia REST Client
https://github.com/swinton/github-rest-apis-for-insomnia
github-api github-rest-v3 insomnia octokit-routes
Last synced: 2 days ago
JSON representation
💯 A complete set of GitHub REST API route specifications that can be imported straight into Insomnia REST Client
- Host: GitHub
- URL: https://github.com/swinton/github-rest-apis-for-insomnia
- Owner: swinton
- License: isc
- Created: 2019-02-26T00:13:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:38:50.000Z (about 2 years ago)
- Last Synced: 2025-01-02T22:07:56.959Z (9 days ago)
- Topics: github-api, github-rest-v3, insomnia, octokit-routes
- Language: JavaScript
- Homepage: https://npm.im/github-rest-apis-for-insomnia
- Size: 2.08 MB
- Stars: 154
- Watchers: 6
- Forks: 15
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:100:github-rest-apis-for-insomnia
> A complete set of [GitHub REST API](https://developer.github.com/v3/) route specifications that can be imported straight into [Insomnia REST Client](https://insomnia.rest/).
## Usage
[Run in Insomnia](https://insomnia.rest/run/?label=GitHub%20v3%20REST%20API&uri=https%3A%2F%2Fgit.io%2Fgithub-v3-rest-api-for-insomnia) directly, or import manually, via `Workspace` :arrow_right: `Import/Export` :arrow_right: `Import Data` :arrow_right: `From URL` and entering **`https://git.io/github-v3-rest-api-for-insomnia`**:
![github-rest-apis-for-insomnia](https://user-images.githubusercontent.com/27806/53533284-ea904a00-3abf-11e9-8b0a-0bfe8358369c.gif)
## Generating the route specifications
```
npx github-rest-apis-for-insomnia
```## Credits
:bow: [`@octokit/routes`](https://github.com/octokit/routes) for machine-readable, always up-to-date GitHub REST API route specifications.
## Feedback
Please [open an issue](/swinton/github-rest-apis-for-insomnia/issues/new).