FeedHive / twitter-api-client

A user-friendly Node.js / JavaScript client library for interacting with the Twitter API.
MIT License
948 stars 84 forks source link

Add tweet_mode to all endpoints returning a tweet object #21

Closed iliran11 closed 4 years ago

iliran11 commented 4 years ago

Solves #9

Added tweet_mode to all endpoints that are returning the tweet object. Next phase is to dynamically return different results if tweet_mode appears in the params as extended. Not so simple.