Releases: sivchari/gotwtr
Releases · sivchari/gotwtr
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.