Json Response

class moco_wrapper.util.response.JsonResponse(response)

Class for handling http responses where the body is a single json 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