racket-github-api
racket-github-api copied to clipboard
simple bindings for the github api
Results
3
racket-github-api issues
Sort by
recently updated
recently updated
newest added
The error message says the contract says that the other choice of symbol is now `'oauth2`
It appears the [`Link` (for pagination)](https://developer.github.com/v3/#pagination) and [`X-RateLimit-*`](https://developer.github.com/v3/#rate-limiting) headers are discarded and not inserted into `github-response` structs. I'm not sure if you're still maintaining this repo, but figured I'd open...