Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudifa/go-github-access

Demo access to github rest api
https://github.com/rudifa/go-github-access

Last synced: 24 days ago
JSON representation

Demo access to github rest api

Awesome Lists containing this project

README

        

# Access to github rest api

## Notes

Unauthenticated requests are limited to 60 per hour.
To get more requests (5000 per hour), you need to authenticate with a github token (classic).

This version requires a .env file with

```
GITHUB_TOKEN=ghp_...
```