Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1010 Bytes

File metadata and controls

35 lines (28 loc) · 1010 Bytes

Why Github-API-Explorer?

After Github-Map, with a large amount of the Github API traversed this repository aims to finish the API exploration.

https://github.com/mapFactory/Github_API_Explorer/blob/master/github_api.rb https://github.com/mapFactory/Github_API_Explorer/blob/master/local_github.rb https://github.com/mapFactory/Github_API_Explorer/blob/master/app_controller.rb

Build Notes: Completed:

create/check/delete
GET/POST/DELETE/
AUTHENTICATION oauthTokenNeeded?

https://developer.github.com/v3/

Build Notes: To Do:

HEAD get HTTP header info
PATCH used for updating resources 
PUT used for replacing resources

PAGINATION -- items returned default to 30 but can be altered to 100
RATE LIMIT -- info on how many calls can happen per hour.
Cros Origin Resource Sharing
javascript to process JSON Callback

TimezoneSpecific


## How to install. ## How to use.

Copyright (c) 2017, Ryan Murphy and Michael Dimmitt