summaryrefslogtreecommitdiff
path: root/docker/api/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Use json_stream function in decoded _stream_helperfix-stream-helperJoffrey F2017-01-111-26/+23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-pythonJoffrey F2016-12-021-2/+2
|\ | | | | Start to rename docker-py to docker-sdk-python
| * Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-2/+2
| | | | | | | | | | | | | | | | | | | | Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref #1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-011-5/+3
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-17/+5
| | | | | | See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Add docstrings to low-level APIBen Firshman2016-11-221-2/+26
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+420
Signed-off-by: Ben Firshman <ben@firshman.co.uk>