MCPcopy Index your code
hub / github.com/apitable/apitable / HttpLibrary

Interface HttpLibrary

packages/api-client/http/http.ts:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225export interface HttpLibrary {
226 send(request: RequestContext): Observable<ResponseContext>;
227}
228
229export interface PromiseHttpLibrary {
230 send(request: RequestContext): Promise<ResponseContext>;

Callers 8

sendMethod · 0.65
sendMethod · 0.65
bindEmailWithHttpInfoMethod · 0.65

Implementers 15

IsomorphicFetchHttpLibrarypackages/api-client/http/isomorphic-fe
ObjectBasicModuleVerifyActionModuleInterfaceApipackages/api-client/types/ObjectParamA
PromiseBasicModuleVerifyActionModuleInterfaceApipackages/api-client/types/PromiseAPI.t
ObservableBasicModuleVerifyActionModuleInterfaceApipackages/api-client/types/ObservableAP
BasicModuleVerifyActionModuleInterfaceApiRequestFactorypackages/api-client/apis/BasicModuleVe
TranslatedFontpackages/datasheet/public/file/pdf/pdf
MessageHandlerpackages/datasheet/public/file/pdf/pdf
ActionControllerbackend-server/application/src/main/ja
NotifySubjectbackend-server/application/src/main/ja
CenterNotifySubjectbackend-server/application/src/main/ja
AbstractValidateCodeProcessorbackend-server/application/src/main/ja
EmailValidateCodeProcessorbackend-server/application/src/main/ja

Calls

no outgoing calls

Tested by

no test coverage detected