Return results for the get part API client
This commit is contained in:
parent
607c79687c
commit
8c69c9febc
@ -104,6 +104,8 @@ class DrydockClient(object):
|
|||||||
elif resp.status_code != 200:
|
elif resp.status_code != 200:
|
||||||
raise errors.ClientError("Received a %d from GET URL: %s" % (resp.status_code, endpoint),
|
raise errors.ClientError("Received a %d from GET URL: %s" % (resp.status_code, endpoint),
|
||||||
code=resp.status_code)
|
code=resp.status_code)
|
||||||
|
else:
|
||||||
|
return resp.json()
|
||||||
|
|
||||||
def load_parts(self, design_id, yaml_string=None):
|
def load_parts(self, design_id, yaml_string=None):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user