MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / get_org

Method get_org

Algorithmia/client.py:113–116  ·  view source on GitHub ↗
(self, org_name)

Source from the content-addressed store, hash-verified

111 return response
112
113 def get_org(self, org_name):
114 url = "/v1/organizations/" + org_name
115 response = self.getHelper(url)
116 return json.loads(response.content.decode("utf-8"))
117
118 def edit_org(self, org_name, requestString):
119 url = "/v1/organizations/" + org_name

Callers 1

test_get_orgMethod · 0.80

Calls 1

getHelperMethod · 0.95

Tested by 1

test_get_orgMethod · 0.64