Skip to content

Release v0.1.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@arshamalh arshamalh released this 06 May 19:35
· 18 commits to main since this release
7fd434a

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.