Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smrgit committed Dec 28, 2015
1 parent 68d92df commit 5f8a083
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/sections/Programmatic-API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ cohort that a user may have saved during an interactive session, a series of API
on Google Cloud Endpoints have been defined. Details about these APIs as well as instructions
on using helper scripts for the oAuth flow can be found here.

The Google `APIs Explorer <https://apis-explorer.appspot.com/apis-explorer/?base=https://mvm-dot-isb-cgc.appspot.com/_ah/api#p/>`_
can be used to see each API and try it out through your web browser.

Metadata API
############
*Documentation currently under construction! Please email info@isb-cgc.org if you have questions.*
Expand All @@ -29,3 +32,11 @@ Authorization Process
#####################
*Documentation currently under construction! Please email info@isb-cgc.org if you have questions.*

Two helper scripts,
`isb_auth.py <https://github.com/isb-cgc/ISB-CGC-Webapp/blob/master/scripts/isb_auth.py>`_
and
`isb_curl.py <https://github.com/isb-cgc/ISB-CGC-Webapp/blob/master/scripts/isb_curl.py>`_
are available for use from the command-line or from a python script. The first one is a wrapper
for the OAuth process, and the second can be used to send a GET or POST request with the
proper access token to the specified endpoint.

0 comments on commit 5f8a083

Please sign in to comment.