My research on the Octokit SDK for GitHub API.
Generated TypeScript definitions based on GitHub's OpenAPI spec
Shared TypeScript definitions for Octokit projects
Turns REST API endpoints into generic request options
Send parameterized requests to GitHub’s APIs
Typically, developers of such applications want to:
- Use TypeScript interfaces to model data for their APIs
- Send and fetch this data from server in a typesafe way
- Build further abstractions on top of this data
