summaryrefslogtreecommitdiff
path: root/README.markdown
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.
* Update README: add sample usagekballou2015-04-10
| | | | * Also add some notes about development of this project
* Add build status link to readmekballou2015-04-09
|
* pylibchorus -- Python Chorus API Librarykballou2015-04-07