- Add community_id in tweets
- Add max_trends in treand api
- Add v2 media upload(However, when I executed it, I got a 403 and was not successful.)
- Modify Tweet.fields, User.fields
- Update crates
- Add media_count in users/public_metrics
- Update crates
- Modify get_2_tweets_search_stream_rules response
- Add timeout for api
- Add check_processing for upload
- Add post-media example
- Orverride prefix url for each APIs
- Add upload.twitter.com APIs
- Add GET /2/usage/tweets
- Modify oauth with state
- Updated reqwest 0.12
- Supported mocks. For example, mockito.
- Add media_source_tweet_id in attachments
- Remove rate_limit
- Add headers
- Modify trend response
- Add user filed connection_status and most_recent_tweet_id
- Add get /2/users/search
- Add get /2/trend/by/woeid/:woeid
- Add feature models
- Add v1 to v2 json parser
- skip_serializing_if Option::is_none
- Add poll_ids in attatchments
- Add like_count in users public_metrics
- Modify calucurate oauth1.0a path paramter
- Breaking change oauth11a to oauth10a
- Updated crates
- Breaking change separate authentication
- Support OAuth1.1a authentication. feature oauth11a
- Modified typo
- Modified test status
- Add note_tweet in tweets
- Add bookmark_count in public_metrics
- Add post_2_oauth2_token_refresh_token
- Remove post_2_oauth2_token
- Add serde rename for request enum
- Test get_2_compliance_jobs
- Modify parameters
- Modify typo README
- Remove no use files
- Add test status
- Modify parameters
- Test get_2_users_id_mention etc...
- Modify parameters
- Add streaming example
- Test post_2_tweets_search_stream_rules etc...
- Modify post_2_auth2_token interface
- Modify parameters
- Add streaming example
- Test post_2_tweets_search_stream_rules etc...
- Modify post_2_auth2_token interface
- Modify parameters
- Test post_lists_id_members etc...
- Modify parameters
- Test post_2_users_id_retweets, post_2_users_id_likes, post_2_users_id_muting, post_2_users_id_following, post_2_users_id_blocking, post_2_users_id_bookmarks, etc...
- Modify parameters
- Test post_2_tweets, delete_2_tweets_id, post_2_dm_conversations_with_participant_id_message, etc...
- Modify parameters
- Test get_2_users_me, get_2_tweets_search_recent
- Modify response parameters
- Remove unuse url crate
- Add pub use reqwest
- Add Api::all, Api::open methods. It's all enum parameter setted.
- In Api::all and Api::open methods, max_results is max value.
- Twitter OAuth
- Add oauth-web example
- Support api::execute_twitter generics parameter
- Api::execue method return specific type. (If you want to use serde_json::Value, use execute_twitter directly.)
- Experimental type support.
- First release.