-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Design and develop a couple of shell scripts for GitHub repository traffic history more than 14 days in README.md #29
Comments
https://developer.github.com/v3/ In this example, the 'BradleyA' and 'Search-docker-registry-v2-script.1.0' values are provided for the :owner and :repo parameters in the path while :state is passed in the query string. Conditional requests Note: Making a conditional request and receiving a 304 response does not count against your Rate Limit, so we encourage you to use it whenever possible. curl -i https://api.github.com/users/BradleyA . . . ==> curl -u "BradleyA" -i https://api.github.com/repos/BradleyA/Search-docker-registry-v2-script.1.0/traffic/clones { ===> { ==> curl -u "BradleyA" -i https://api.github.com/repos/BradleyA/Search-docker-registry-v2-script.1.0/traffic/clones?per=week { ==> [ ==> [ browser: |
…/{log,data} to manage data & commands #29
display Clones and Views with 👍
|
|
|
Solution: github-repository-traffic |
Present GitHub repository traffic history more than 14 days in README
Unable to locate available solution that did NOT require logging into a web site with my GitHub account for a service or installing more tools or sharing my GitHub token with people I do not know or a service that limit number of repositories.
Design and develop a couple of shell scripts to do the following:
Solution: github-repository-traffic
The text was updated successfully, but these errors were encountered: