MCPcopy Create free account
hub / github.com/rmyndharis/OpenWA / request

Method request

sdk/javascript/src/client.ts:95–97  ·  view source on GitHub ↗

Issue a raw request against the API. (Public for advanced use.)

(options: RequestOptions)

Source from the content-addressed store, hash-verified

93
94 /** Issue a raw request against the API. (Public for advanced use.) */
95 request<T>(options: RequestOptions): Promise<T> {
96 return request<T>(this.config, options);
97 }
98
99 /**
100 * Shared media-send helper used by the image/video/audio/document/sticker

Callers 15

authMethod · 0.95
sendMediaMethod · 0.95
checkMethod · 0.45
liveMethod · 0.45
readyMethod · 0.45
infoMethod · 0.45
productsMethod · 0.45
productMethod · 0.45
sendProductMethod · 0.45
sendCatalogMethod · 0.45
listMethod · 0.45
fromContactMethod · 0.45

Calls 1

requestFunction · 0.70

Tested by 1

testMethod · 0.36