commit | 75504c1d4f912d10c49b1d90cf324fbceb9b1c25 | [log] [tgz] |
---|---|---|
author | Robert Spier <rspier@google.com> | Thu Dec 03 19:57:00 2015 -0800 |
committer | Robert Spier <rspier@google.com> | Thu Dec 03 19:57:00 2015 -0800 |
tree | 41c4ea76de53197e46b1f0df830a12413772b81a | |
parent | d51bb114a65e9f19cd772347961282ad5d2d2889 [diff] |
Don't decode empty response from DELETE On success, DELETE returns no data. Attempting to parse it into JSON causes a crash. Check for content before parsing.
API Documentation is at https://developers.google.com/open-source/gci/api
./list_tasks.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.