MCPcopy Create free account
hub / github.com/GetStream/stream-go2 / Personalization

Method Personalization

client.go:247–250  ·  view source on GitHub ↗

Personalization returns a new PersonalizationClient.

()

Source from the content-addressed store, hash-verified

245
246// Personalization returns a new PersonalizationClient.
247func (c *Client) Personalization() *PersonalizationClient {
248 b := newPersonalizationURLBuilder(c.region)
249 return &PersonalizationClient{client: c.cloneWithURLBuilder(b)}
250}
251
252// GetActivitiesByID returns activities for the current app having the given IDs.
253func (c *Client) GetActivitiesByID(ctx context.Context, ids ...string) (*GetActivitiesResponse, error) {

Callers 3

TestPersonalizationGetFunction · 0.80
TestPersonalizationPostFunction · 0.80

Calls 2

cloneWithURLBuilderMethod · 0.95

Tested by 3

TestPersonalizationGetFunction · 0.64
TestPersonalizationPostFunction · 0.64