MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / fetch

Method fetch

sdks/python/src/e2a/v1/client.py:626–628  ·  view source on GitHub ↗
(cursor: Optional[str])

Source from the content-addressed store, hash-verified

624 def list(self) -> AutoPager[APIKeyView]:
625 # No cursor param: single page by contract (see webhooks list).
626 async def fetch(cursor: Optional[str]) -> Page:
627 resp = await self._c._read(lambda h: self._api.list_api_keys(_headers=h))
628 return _page(resp.items, None)
629
630 return AutoPager(fetch)
631

Callers

nothing calls this directly

Calls 3

_pageFunction · 0.85
_readMethod · 0.80
list_api_keysMethod · 0.80

Tested by

no test coverage detected