An open API service indexing awesome lists of open source software.

https://github.com/disruptek/github

github api v3 for nim
https://github.com/disruptek/github

api client github http library nim openapi rest

Last synced: 5 months ago
JSON representation

github api v3 for nim

Awesome Lists containing this project

README

          

# github

GitHub API v3 for Nim

## Usage

Set your `GITHUB_TOKEN` environmental variable for signing or override this by
setting an `Authorization` header.

## Documentation
See [the documentation for the github module](https://disruptek.github.io/github/github.html) as generated directly from the source.

## Details

This project is based upon the following:

- GitHub REST API v3 https://developer.github.com/v3/
- OpenAPI Code Generator https://github.com/disruptek/openapi

## License
MIT