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

Method get

src/client.ts:751–753  ·  view source on GitHub ↗

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

(kwargs: AxiosConfig)

Source from the content-addressed store, hash-verified

749 * @return {Promise} Promise object
750 */
751 get<T>(kwargs: AxiosConfig) {
752 return this.doAxiosRequest<T>('GET', kwargs);
753 }
754
755 /**
756 * Shorthand function for post request

Callers 3

getActivitiesMethod · 0.95
ogMethod · 0.95
personalizedFeedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected