Skip to content

Releases: sivchari/gotwtr

v1.2.1

31 Jul 02:31
8af34b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

31 Jul 01:40
b1b4b09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

15 Jan 15:47
d34b412
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

12 Dec 15:36
d30566d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Fix period bug

16 Jun 14:48
e8883a5
Compare
Choose a tag to compare

Fix period bug on list_option.go.

We published v1.1.0 🎉

31 May 15:18
32aae01
Compare
Choose a tag to compare

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

25 Jan 16:21
Compare
Choose a tag to compare

We fixed bugs of logic.

Related PR

First release

07 Dec 05:33
dc82e49
Compare
Choose a tag to compare

I've release v1.0.0 of major version.