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

Method personalizedFeed

src/client.ts:938–944  ·  view source on GitHub ↗
(options: GetFeedOptions = {})

Source from the content-addressed store, hash-verified

936 }
937
938 personalizedFeed(options: GetFeedOptions = {}) {
939 return this.get<PersonalizationFeedAPIResponse<StreamFeedGenerics>>({
940 url: 'enrich/personalization/feed/',
941 qs: options,
942 token: this.getOrCreateToken(),
943 });
944 }
945
946 /**
947 * Update a single activity with partial operations.

Callers 2

test.tsFile · 0.80

Calls 2

getMethod · 0.95
getOrCreateTokenMethod · 0.95

Tested by

no test coverage detected