dart_twitter_api 0.5.2
dart_twitter_api: ^0.5.2 copied to clipboard
A dart wrapper for using the Twitter API with well documented interfaces for every endpoint.
0.5.2 #
- Fix twitter client non-2xx response not returned correctly
0.5.1 #
- Fix twitter client forcing header argument to be non null
0.5.0 #
- Add support for web
0.4.0 #
- Migrate to null safety
0.3.5 #
- Added
TrendsServicewith implementations for alltrends/*endpoints - Raised
oauthdependency to include a bugfix where authentication failed when some special characters where included in the request Thanks @nikolajjsj!
0.3.4 #
- Fixed user timeline
userId&screenNamerequest parameter
0.3.3 #
- Added user entities to the
Userobject
0.3.2 #
- Implemented the
friendships/lookuprequest - Added the
statusobject for aUser - Added more exports to the
twitter_api.dartlibrary
0.3.1 #
- Fixed
DateTimein response models not set to UTC
0.3.0 #
- Fixed using the
Sizeobject instead ofSizesin the tweet media object - Added
VideoInfoandAdditionalMediaInfoto the tweet media object
0.2.1 #
- Fixed parsing a
PaginatedUsersresponse
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