dart_twitter_api 0.3.0 dart_twitter_api: ^0.3.0 copied to clipboard
A dart wrapper for using the Twitter API with well documented interfaces for every endpoint.
0.3.0 #
- Fixed using the
Size
object instead ofSizes
in the tweet media object - Added
VideoInfo
andAdditionalMediaInfo
to the tweet media object
0.2.1 #
- Fixed parsing a
PaginatedUsers
response
0.2.0 #
- Added the user service
0.1.1 #
- Added support to change the twitter client default timeout
- Added support to change the twitter client api keys & token after instantiation
0.1.0+1 #
- Updated readme
0.1.0 #
- Initial release