summaryrefslogtreecommitdiff
path: root/pygerrit/rest/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify REST API error handlingDavid Pursehouse2013-11-071-24/+14
* Allow client to disable SSL certificate verificationDavid Pursehouse2013-09-241-2/+6
* Refactor the authentication handlingDavid Pursehouse2013-09-181-35/+14
* Add method to build url from endpointDavid Pursehouse2013-09-131-4/+16
* Make get, put, post and delete REST methods publicDavid Pursehouse2013-09-121-4/+4
* Fix authentication setupDavid Pursehouse2013-08-271-5/+5
* Add handling of HTTP error status codes in responsesDavid Pursehouse2013-08-271-0/+24
* Add support for HTTP digest authenticationDavid Pursehouse2013-08-261-1/+41
* Initial implementation of Gerrit REST API interfaceDavid Pursehouse2013-08-261-0/+110