Skip to content

Releases: sivchari/gotwtr

v1.3.0

16 Jul 04:34
85a71de

Choose a tag to compare

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

31 Jul 02:31
8af34b7

Choose a tag to compare

What's Changed

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

v1.2.0

31 Jul 01:40
b1b4b09

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

Choose a tag to compare

What's Changed

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

v1.1.2

12 Dec 15:36
d30566d

Choose a tag to compare

What's Changed

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

Fix period bug

16 Jun 14:48
e8883a5

Choose a tag to compare

Fix period bug on list_option.go.

We published v1.1.0 🎉

31 May 15:18
32aae01

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

Choose a tag to compare

We fixed bugs of logic.

Related PR

First release

07 Dec 05:33
dc82e49

Choose a tag to compare

I've release v1.0.0 of major version.