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

Method put

src/client.ts:787–789  ·  view source on GitHub ↗

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

(kwargs: AxiosConfig)

Source from the content-addressed store, hash-verified

785 * @return {Promise} Promise object
786 */
787 put<T>(kwargs: AxiosConfig) {
788 return this.doAxiosRequest<T>('PUT', kwargs);
789 }
790
791 /**
792 * create a user token

Callers 5

collection.jsFile · 0.80
test.tsFile · 0.80
client_test.jsFile · 0.80
updateMethod · 0.80
restoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected