Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudifa/go-github-access
- Owner: rudifa
- License: other
- Created: 2023-09-22T16:35:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:20:13.000Z (about 1 year ago)
- Last Synced: 2024-10-06T01:41:22.489Z (about 1 month ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_...
```