- Blog Post (Korean): 깃헙처럼 안전하고 쓰기 편한 API 타입 정의하기
- Octokit
request()method autocompletes HTTP method, route, path vars, query params and response types. - No need to import parameters/response types.
This repo shows you code example for defining an Octokit-style API client using pure Typescript.
You can test the code directly in this TypeScript Playground

