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

Method get_secret_providers

Algorithmia/client.py:179–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177 return response.json()
178
179 def get_secret_providers(self):
180 url = "/v1/secret-provider"
181 api_response = self.getJsonHelper(url)
182 return api_response
183
184 def get_organization_errors(self, org_name):
185 """Gets the errors for the organization.

Callers 1

set_secretMethod · 0.80

Calls 1

getJsonHelperMethod · 0.95

Tested by

no test coverage detected