enable skipinitialspace on the DictReader

Otherwise the leading whitespace is included in fields (such as the
email address) and the API (server side) doesn't strip it, causing
issues.  No fields have significant leading/trailing whitespace.
1 file changed
tree: 0bbe4a71e22a54dede1c5af2c53cea82d1e43829
  1. .gitignore
  2. client.py
  3. CONTRIBUTING.md
  4. csv_uploader.py
  5. LICENSE
  6. list_tasks.py
  7. README.md
  8. sample.csv
README.md

The Google Code-in API Client

API Documentation is at https://developers.google.com/open-source/gci/api

Usage

./list_tasks.py --apikey APIKEY

./csv_uploader.py --apikey APIKEY file.csv

Each script also supports other flags. Use --help to see them.

API Keys

Organization Adminstrators can find their API key on their User Profile.

Bugs/Support

To report bugs, please email gci-support@google.com