Skip to content

Tags: g8rswimmer/go-twitter

Tags

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added the entity URL images (#165)

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add MediaFields to ListTweetLookupOpts (#160)

* Add MediaFields to ListTweetLookupOpts

* Add PlaceFields and PollFields

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added MediaKey attribute to the EntityURLObj (#163)

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add the alt text and variants fields (#156)

* add the alt text and variants fields

* keep consistent pattern

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated the keep alive to to 20 sec (#153)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added new endpoint (#146)

* added new endpoint

* corrected typo

* added the unit tests

* added example

* updated the readme for the example

* linting and naming

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/issue 142 user retweet lookup opts resp (#143)

* added the retweet options for max results and token

* Updated client and tests

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
preparing for v2 (#136)

* updated readmes

* updated v2 readme

* added max results check for user tweet timeline

* added max results check for user mention timeline

* added content type for the tweet hide replies

* updated comment for the delete user retweet

* updated the list meta data with optional parameters

* added the optional data from the update

* took at the header for content type

v2.0.0-beta18

Toggle v2.0.0-beta18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/issue 133 tweet bookmarks (#134)

* added tweet bookmarks lookup callout

* added add tweet bookmark callout

* added remove tweet bookmark callout

* added unit tests

* added examples

* updated the readme

* add the comments from golint

v2.0.0-beta17

Toggle v2.0.0-beta17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added the basic client (#132)

* added the basic client

* added basic unit test

* added example

* added to the readme

* added the comments