Releases: sivchari/gotwtr
Releases · sivchari/gotwtr
v1.3.0
What's Changed
- feat: add missing API fields to structs by @sivchari in #210
- feat: implement User Search endpoint (GET /2/users/search) by @sivchari in #212
- feat: implement Quote Tweets endpoint (GET /2/tweets/:id/quote_tweets) by @sivchari in #213
- feat: implement Reverse Chronological Timeline endpoint (GET /2/users… by @sivchari in #214
- feat: implement OAuth2 Token Invalidation endpoint (POST /oauth2/inva… by @sivchari in #215
- feat: implement Spaces Tweets endpoint (GET /2/spaces/:id/tweets) by @sivchari in #216
- Feature/volume streams 10 percent by @sivchari in #217
- feat: implement Community Notes API endpoints by @sivchari in #218
- feat: implement Trends API endpoint (GET /2/trends/by/woeid/{woeid}) by @sivchari in #219
- feat: implement Advanced Media Upload API endpoints by @sivchari in #220
- feat: implement DM Blocks management API endpoints by @sivchari in #221
- feat: implement analytics endpoints and utilities by @sivchari in #222
- release v1.3.0 by @sivchari in #223
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
What's Changed
- Update expansions by @sivchari in #172
- added implement manage dm api by @mmmommm in #165
- update: endpoint by @sivchari in #174
- fix: readme by @sivchari in #175
- fix: filtered stream silence stop due to io eof by @zandwang in #171
- implement direct message lookup API by @mmmommm in #166
- update: actions by @sivchari in #178
New Contributors
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.2
Fix period bug
Fix period bug on list_option.go.
We published v1.1.0 🎉
Hi, everyone. We published v1.1.0 💯
This changes provide some new features. You can confirm that from the following.
Thanks ! @mmmommm @thinca @kazdevl @senk8 @mecko
OAuth
- Generate Bearer Token
Tweet
- Manage Tweets
- Post a Tweet
- Delete a Tweet
- Search Tweets
- Search the full archive of Tweets (Academic Research product track)
- Tweet Counts
- Receive a count of Tweets that match a query (Academic Research product track)
- Retweets
- Allows a user ID to Retweet a Tweet
- Allows a user ID to undo a Retweet
- Likes
- Allows a user ID to like a Tweet
- Allows a user ID to unlike a Tweet
- Hide Replies
Lists
- Manage List
- Creates a new List on behalf of an authenticated user
- Deletes a List the authenticated user owns
- Updates the metadata a List the authenticated user owns
- List members
- Add a member to a List that the authenticated user owns
- Removes a member from a List the authenticated user owns
- List follows
- Follows a List on behalf of an authenticated user
- Unfollows a List on behalf of an authenticated user
- Pinned lists
- Returns the pinned Lists of the authenticated user
- Pins a List on behalf of an authenticated user
- Unpins a List on behalf of an authenticated user
Users
- Follows
- Allows a user ID to follow another user
- Allows a user ID to unfollow another user
- Blocks
- Returns a list of users who are blocked by the specified user ID
- Allows a user ID to block another user
- Allows a user ID to unblock another user
- Mutes
- Returns a list of users who are muted by the specified user ID
- Allows a user ID to mute another user
- Allows a user ID to unmute another user
Batch compliance
- Creates a new compliance job
- Returns status and download information about a specified compliance job
- Returns a list of recent compliance jobs
Bookmarks
- Allows you to get information about a authenticated user’s 800 most recent bookmarked Tweets.
- Causes the user ID of an authenticated user identified in the path parameter to Bookmark the target Tweet provided in the request body.
- Allows a user or authenticated user ID to remove a Bookmark of a Tweet.
Fix bugs
First release
I've release v1.0.0 of major version.