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

Method post

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

Source from the content-addressed store, hash-verified

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)
73
74 def patch(self, path: str, **kwargs: Any) -> Response:
75 return self.api_request('PATCH', path, **kwargs)

Callers 3

graphqlFunction · 0.45
update_commentFunction · 0.45
hide_commentFunction · 0.45

Calls 1

api_requestMethod · 0.95

Tested by

no test coverage detected