https://github.com/githubtraining/example-githubapiscripts
Collection of scripts to practice working with the API
https://github.com/githubtraining/example-githubapiscripts
Last synced: 12 months ago
JSON representation
Collection of scripts to practice working with the API
- Host: GitHub
- URL: https://github.com/githubtraining/example-githubapiscripts
- Owner: githubtraining
- License: mit
- Created: 2014-02-19T06:11:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T05:16:16.000Z (almost 12 years ago)
- Last Synced: 2023-05-22T10:55:15.707Z (almost 3 years ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub API Example Scripts
This is a series of small shell and Ruby scripts that invoke basic functionality of the GitHub API. These scripts are used in [GitHub Training classes](http://training.github.com).
## Running the scripts
When run, each script echos out what it is about to do, and then performs it, in almost all cases, unauthenticated. In a limited number of cases, a script may ask for a username and password which are then used in the demonstration.
## API Documentation
The full documentation for the GitHub API is [available here](http://developer.github.com).