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

Method get_supported_languages

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

Source from the content-addressed store, hash-verified

172 return response.json()
173
174 def get_supported_languages(self):
175 url = "/v1/algorithm-environments/edge/languages"
176 response = self.getHelper(url)
177 return response.json()
178
179 def get_secret_providers(self):
180 url = "/v1/secret-provider"

Callers 2

list_languagesMethod · 0.80

Calls 1

getHelperMethod · 0.95

Tested by 1