You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint tweets/search/stream/rules (GET). in Twitter API v2 supports pagination, but the encapsulating method v2.streamRules doesn't support pagination.
Please observe that once the rules stored in Twitter API v2 pass 1,000 rules, pagination will be toggled, and here:
export declare type StreamingV2GetRulesResult = DataAndMetaV2<StreamingV2Rule[], SentMeta>;
Instead of SentMeta, we should have PaginableCountMetaV2.
Version
Node: v16.14.2
twitter-api-v2: 1.16.4
OS: macOS 13.5 (22G74)
The text was updated successfully, but these errors were encountered:
The endpoint
tweets/search/stream/rules (GET).
in Twitter API v2 supports pagination, but the encapsulating methodv2.streamRules
doesn't support pagination.Please observe that once the rules stored in Twitter API v2 pass 1,000 rules, pagination will be toggled, and here:
Instead of
SentMeta,
we should havePaginableCountMetaV2
.Version
Node: v16.14.2
twitter-api-v2: 1.16.4
OS: macOS 13.5 (22G74)
The text was updated successfully, but these errors were encountered: