commit | 0b4284dd7fdd43f48eca126868747a51f74f6fed | [log] [tgz] |
---|---|---|
author | Robert Spier <rspier@google.com> | Thu Nov 03 14:57:06 2016 -0700 |
committer | Robert Spier <rspier@google.com> | Thu Nov 03 14:57:06 2016 -0700 |
tree | e49c568452d41533f4dc4a870572640be3389f99 | |
parent | 783563d10fcc6bda5f7389d8d0a8316daab7c087 [diff] |
Add support for listing task instances New client methods: ListTaskInstances GetTaskInstance New example script: list_instances.py
API Documentation is at https://developers.google.com/open-source/gci/api
./list_tasks.py --apikey APIKEY
./list_instances.py --apikey APIKEY
./csv_uploader.py --apikey APIKEY file.csv
Each script also supports other flags. Use --help to see them.
The client library requires requests to be installed.
You can install it with pip
or easy_install
(instructions) or install your operating system specific package. On Ubuntu or Debian, it is in the python-requests
package.
Organization Adminstrators can find their API key on their User Profile.
To report bugs, please email gci-support@google.com.