We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prerequisite: #25
Use octokit/rest instead of fetch the github api.
The text was updated successfully, but these errors were encountered:
Please make sure it's possible to use the package without authentication.
Authentication is optional for some REST API endpoints accessing public data, but is required for GraphQL queries.
https://octokit.github.io/rest.js/v17#authentication
It's supposed to be used that way according to the docs.
Sorry, something went wrong.
We should prefer no-auth at this point
Yep, sure, it was just a side note.
No branches or pull requests
Prerequisite: #25
Use octokit/rest instead of fetch the github api.
The text was updated successfully, but these errors were encountered: