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
- Host: GitHub
- URL: https://github.com/disruptek/github
- Owner: disruptek
- License: mit
- Created: 2019-11-05T03:56:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T23:18:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T18:11:31.525Z (9 months ago)
- Topics: api, client, github, http, library, nim, openapi, rest
- Language: Nim
- Homepage: https://disruptek.github.io/github/github.html
- Size: 1.33 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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