- [x] 1 endpoint that exists on all versions - [x] 1 endpoint that exist on `github.com`, but not on `ghes-*` - [x] 1 endpoint that exist on `github.com` and `ghes-3.1`, but not on `ghes-3.0` - [x] 1 endpoint that exist on `ghes-3.1`, but not on `ghes-3.0` and `github.com` - [x] 1 endpoint that exists on all versions, but has additional parameters and response keys on `github.com` - [x] Define a response header that only exists on `github.com` and is not set if `version` is set to a `ghes-*` version - [x] Define a response header that only exists on `ghes-*` and is not set if `version` is set to `github.com` - [x] Add tests for both JS/DTS and TS - [x] Add the `GET /` root endpoint by default, move all other endpoints to a separate package and make it optional - [x] Setup up repository as mono-repo using [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)