Object Response¶
-
class
moco_wrapper.util.response.ObjectResponse(response)¶ Class for handling http responses where the body is a single object
-
data¶ Returns the json data of the response as a dictionary
m = Moco() project_id = 22 json_response = m.Project.get(project_id).data print(json_response)
-
response¶ http response object
-