/github-api-typespec

The GitHub REST API TypeSpec Implementation

MIT LicenseMIT

The GitHub API in TypeSpec

This is a TypeSpec implementation of the GitHub API.

Prerequisites

Getting Started

To get started, clone the repository and install the dependencies:

git clone https://github.com/mpodwysocki/github-api.git

cd github-api
tsp install

Building

To build the project for OpenAPI3, run the following command:

npx run build

License

MIT