summaryrefslogtreecommitdiff
path: root/pygerrit/rest
Commit message (Collapse)AuthorAgeFilesLines
* Add support for HTTP digest authenticationDavid Pursehouse2013-08-261-1/+41
| | | | | | | If the username and password are given, pass them to the request with HTTP digest authentication. Change-Id: If15628262a4ef6b370c3d0794dbc9ecd3a0be624
* Initial implementation of Gerrit REST API interfaceDavid Pursehouse2013-08-261-0/+110
This initial version implements wrappers for GET, PUT, POST and DELETE requests. Authentication is not implemented. All requests are sent anonymously. Handling of error responses is not implemented. This change introduces a dependency on python-requests. Change-Id: I579f9f02be8afbb4e720daf97ca873d77cd54a77