node-twitter-api-v2
node-twitter-api-v2 copied to clipboard
2.0.0 roadmap
Remove deprecated features
- [ ] All rate limit helpers (cache + methods + autosave) available on
TwitterApiBaseandClientRequestMaker - [ ]
options.typeparameter of.uploadMedia - [ ] Remove non-paginator variants of endpoint wrappers that support
asPaginator - [ ] Remove
TweetStream.clone, that doesn't make sense because no stream can be opened twice at the same time
- [ ] Provide a plugin to automatically use
Bottleneckto throttle API requests within Twitter's API usage limits :wink: