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

Method test

sdks/python/src/e2a/v1/client.py:581–585  ·  view source on GitHub ↗
(self, webhook_id: str, body: Optional[Body] = None)

Source from the content-addressed store, hash-verified

579 )
580
581 async def test(self, webhook_id: str, body: Optional[Body] = None) -> TestWebhookResponse:
582 req = _coerce(TestWebhookRequest, body)
583 return await self._c._write_unsafe(
584 lambda h: self._api.test_webhook(webhook_id, req, _headers=h)
585 )
586
587 def deliveries(
588 self, webhook_id: str, *, status: Optional[str] = None, limit: Optional[int] = None

Callers

nothing calls this directly

Calls 3

_coerceFunction · 0.85
_write_unsafeMethod · 0.80
test_webhookMethod · 0.80

Tested by

no test coverage detected