MCPcopy Create free account
hub / github.com/evilsocket/pwngrid / Get

Method Get

api/client.go:194–196  ·  view source on GitHub ↗
(path string, auth bool)

Source from the content-addressed store, hash-verified

192}
193
194func (c *Client) Get(path string, auth bool) (map[string]interface{}, error) {
195 return c.Request("GET", path, nil, auth)
196}
197
198func (c *Client) Post(path string, what interface{}, auth bool) (map[string]interface{}, error) {
199 return c.Request("POST", path, what, auth)

Callers 11

PagedUnitsMethod · 0.95
UnitMethod · 0.95
InboxMethod · 0.95
InboxMessageMethod · 0.95
MarkInboxMessageMethod · 0.95
readEnrollmentMethod · 0.80
clientIPFunction · 0.80
reqTokenFunction · 0.80
pageNumFunction · 0.80
setupServerRoutesMethod · 0.80
setupPeerRoutesMethod · 0.80

Calls 1

RequestMethod · 0.95

Tested by

no test coverage detected