Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. types.ts

Shared TypeScript definitions for Octokit projects

  1. endpoint.js

Turns REST API endpoints into generic request options

  1. request.js

Send parameterized requests to GitHub’s APIs

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

About

My research on the Octokit SDK for GitHub API.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages