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

Method post

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

* Modifies the returned response before it is deserialized. * * @param context ResponseContext of a sent request * @returns an observable of the modified response context

(context: ResponseContext)

Source from the content-addressed store, hash-verified

23 * @returns an observable of the modified response context
24 */
25 post(context: ResponseContext): Observable<ResponseContext>;
26}
27
28export class PromiseMiddlewareWrapper implements Middleware {

Implementers 1

PromiseMiddlewareWrapperpackages/api-client/middleware.ts

Calls

no outgoing calls