MCPcopy Create free account
hub / github.com/dflook/terraform-github-actions / get

Method get

image/src/github_actions/api.py:68–69  ·  view source on GitHub ↗
(self, path: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

66 return response
67
68 def get(self, path: str, **kwargs: Any) -> Response:
69 return self.api_request('GET', path, **kwargs)
70
71 def post(self, path: str, **kwargs: Any) -> Response:
72 return self.api_request('POST', path, **kwargs)

Callers 15

git_credentialFunction · 0.45
mainFunction · 0.45
convert_to_githubFunction · 0.45
convert_version.pyFile · 0.45
get_executableFunction · 0.45
github.pyFile · 0.45
find_prFunction · 0.45
fingerprint_remoteFunction · 0.45
fingerprint_cloudFunction · 0.45

Calls 1

api_requestMethod · 0.95

Tested by

no test coverage detected