MCPcopy
hub / github.com/mher/flower / get

Method get

tests/unit/__init__.py:28–29  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

26 return app
27
28 def get(self, url, **kwargs):
29 return self.fetch(url, **kwargs)
30
31 def post(self, url, **kwargs):
32 if 'body' in kwargs and isinstance(kwargs['body'], dict):

Calls

no outgoing calls