Re-generate python client

This commit is contained in:
Scott Williams 2016-03-19 20:37:56 +00:00
parent 4e5ba15fa0
commit a9409834df

View File

@ -133,7 +133,6 @@ class RESTClientObject(object):
headers['Content-Type'] = 'application/json' headers['Content-Type'] = 'application/json'
try: try:
print(method)
# For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE` # For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']: if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
if query_params: if query_params: