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

Method post

tests/e2e-prod/harness/client.ts:106–108  ·  view source on GitHub ↗
(path: string, opts: RequestOpts = {})

Source from the content-addressed store, hash-verified

104 return this.request<T>("GET", path, opts);
105 }
106 post<T = unknown>(path: string, opts: RequestOpts = {}) {
107 return this.request<T>("POST", path, opts);
108 }
109 patch<T = unknown>(path: string, opts: RequestOpts = {}) {
110 return this.request<T>("PATCH", path, opts);
111 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected