/octokit

My research on the Octokit SDK for GitHub API.

Primary LanguageTypeScript

Octokit

My research on the Octokit SDK for GitHub API.

All Repositories

1 openapi-types.ts

Generated TypeScript definitions based on GitHub's OpenAPI spec

2 types.ts

Shared TypeScript definitions for Octokit projects

3 endpoint.js

Turns REST API endpoints into generic request options

Overview

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

overview