MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / get

Method get

tests/fixtures/sample.rb:9–11  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

7 end
8
9 def get(path)
10 fetch(path, 'GET')
11 end
12
13 def post(path, body)
14 fetch(path, 'POST')

Calls

no outgoing calls