summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Version bumpHEADmasterkballou2015-04-30
|
* 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.
* Version bump -> 0.0.3kballou2015-04-24
|
* 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.
* Store session cookies as a dictionarykballou2015-04-24
|
* Update versionkballou2015-04-10
|
* Use unittest2 when using python 2.6kballou2015-04-10
|
* Fix invalid 2.6 syntaxkballou2015-04-10
|
* Rename `chorus_client` to `chorus_api`kballou2015-04-10
|
* Update README: add sample usagekballou2015-04-10
| | | | * Also add some notes about development of this project
* Expose new workspace functionskballou2015-04-10
|
* Add _delete_workfile_kballou2015-04-10
|
* Add _update_workfile_version_kballou2015-04-10
|
* Add _create_workfile_ methodkballou2015-04-10
|
* Refactor common tests to separate functionskballou2015-04-10
|
* Refactor: Move ChorusSession to pylibchoruskballou2015-04-10
| | | | | In moving ChorusSession to the top level of pylibchorus, we are also moving/exposing API functions.
* Add check_login functionkballou2015-04-10
|
* Add build status link to readmekballou2015-04-09
|
* Add TravisCI configuration filekballou2015-04-09
|
* Add initial skeleton codekballou2015-04-09
| | | | * Includes the `ChorusSession` object that underpins all API calls
* pylibchorus -- Python Chorus API Librarykballou2015-04-07