(options: GetFeedOptions = {})
| 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. |
no test coverage detected