MCPcopy Create free account
hub / github.com/GetStream/stream-js / post

Method post

src/client.ts:763–765  ·  view source on GitHub ↗

* Shorthand function for post request * @method post * @memberof StreamClient.prototype * @private * @param {AxiosConfig} kwargs * @return {Promise} Promise object

(kwargs: AxiosConfig)

Source from the content-addressed store, hash-verified

761 * @return {Promise} Promise object
762 */
763 post<T>(kwargs: AxiosConfig) {
764 return this.doAxiosRequest<T>('POST', kwargs);
765 }
766
767 /**
768 * Shorthand function for delete request

Callers 15

updateActivitiesMethod · 0.95
flagUserMethod · 0.95
test.tsFile · 0.45
client_test.jsFile · 0.45
addMethod · 0.45
addChildMethod · 0.45
addActivityMethod · 0.45
addActivitiesMethod · 0.45
followMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected