summaryrefslogtreecommitdiff
path: root/pylibchorus/chorus_api.py
Commit message (Collapse)AuthorAge
* Expose basic http methods with sessionkballou2015-04-30
| | | | | | | | | | * Remove named wrapping functions * Add simple http method wrappers accepting the session object as a parameter Wrapping `requests`'s basic functions, we gain near complete, if not complete, API coverage simply.
* Return only the necessary attributeskballou2015-04-24
| | | | | | Change the internal `_perform_http_method_` return the status code, JSON object, and cookies dictionary. API functions should extract and return only the necessary attributes.
* Rename `chorus_client` to `chorus_api`kballou2015-04-10