MCPcopy Create free account
hub / github.com/apitable/apitable / pre

Method pre

packages/api-client/middleware.ts:18–18  ·  view source on GitHub ↗

* Modifies the request before the request is sent. * * @param context RequestContext of a request which is about to be sent to the server * @returns an observable of the updated request context *

(context: RequestContext)

Source from the content-addressed store, hash-verified

16 *
17 */
18 pre(context: RequestContext): Observable<RequestContext>;
19 /**
20 * Modifies the returned response before it is deserialized.
21 *

Implementers 1

PromiseMiddlewareWrapperpackages/api-client/middleware.ts

Calls

no outgoing calls

Tested by

no test coverage detected