Skip to content

Releases: arshamalh/twigo

Media added, better oauth handling.

22 Jun 17:25
eb9f79d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-beta...v0.2.1

v0.2.0-beta: Merge pull request #7 from arshamalh/dev

06 Jun 11:26
f8b4a2d
Compare
Choose a tag to compare

Release v0.1.0-beta

06 May 19:35
7fd434a
Compare
Choose a tag to compare
Release v0.1.0-beta Pre-release
Pre-release

Created Twigo, twitter library to easily work with twitter API.

  • All known routes are supported and have suitable methods.
  • Both authentication methods are supported. (OAuth 1a user context, OAuth 2 bearer token).
  • Parsing responses automatically.
  • Pagination supported.
  • Brief method docs and link to twitter for more details.

There are some extra works for later releases

  • Tests should be added.
  • Third party library for OAuth 1a should be removed and use native code instead. (v2 is native)
  • More docs and examples should be added.
  • API version 1.1 should be supported.
  • API better error handling.