MCPcopy Create free account
hub / github.com/ezyang/ghstack / get

Method get

src/ghstack/github.py:61–67  ·  view source on GitHub ↗

Send a GET request to endpoint 'path'. Returns: parsed JSON response

(self, path: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

59 pass
60
61 def get(self, path: str, **kwargs: Any) -> Any:
62 """
63 Send a GET request to endpoint 'path'.
64
65 Returns: parsed JSON response
66 """
67 return self.rest("get", path, **kwargs)
68
69 def post(self, path: str, **kwargs: Any) -> Any:
70 """

Callers 15

check_filesFunction · 0.45
check_filesFunction · 0.45
get_path_from_env_varFunction · 0.45
read_configFunction · 0.45
process_nodeFunction · 0.45
gitMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
prepare_updatesMethod · 0.45
push_updatesMethod · 0.45
_update_issue_commentMethod · 0.45
restMethod · 0.45

Calls 1

restMethod · 0.95

Tested by

no test coverage detected