twitter_api_core 1.8.3
twitter_api_core: ^1.8.3 copied to clipboard
This package provides core reusable and useful functionality for wrapping Twitter API with Dart.
Release Note #
1.8.3 #
- Supported language codes in
Language.qamfor tweets with mentions only (works for tweets since 2022-06-14)qctfor tweets with cashtags only (works for tweets since 2022-06-14)qhtfor tweets with hashtags only (works for tweets since 2022-06-14)qmefor tweets with media links (works for tweets since 2022-06-14)qstfor tweets with a very short text (works for tweets since 2022-06-14)zxxfor tweets with either media or Twitter Card only, without any additional text (works for tweets since 2022-06-14)
1.8.2 #
- Fixed bug that retry count does not increment correctly.
1.8.1 #
- Fixed internal process for
Direct Messagesservice.
1.8.0 #
- Fixed report name in
UnauthorizedException. - The following conditions have been added as possible retry conditions.
- When status code is
500or503. - When
SocketExceptionis thrown.
- When status code is
1.7.8 #
- Improved
DataNotFoundException.
1.7.7 #
- Improved
DataNotFoundException.
1.7.6 #
- Improved
UnauthorizedException.
1.7.5 #
- Improved
UnauthorizedException.
1.7.4 #
UnauthorizedExceptionextendedTwitterException.
1.7.3 #
TwitterUploadedExceptionextendedTwitterException.
1.7.2 #
- Exposed
http.BaseResponse.
1.7.1 #
- Added
DataNotFoundException.
1.7.0 #
- Renamed from
TweetLanguagetoLanguage.
1.6.1 #
- Added convenient utilities in
TweetLanguageandCountryenumerations.
1.6.0 #
- Renamed enum from
WithheldCountrytoCountry.
1.5.1 #
- Added enums below.
WithheldCountryTweetLanguage
1.5.0 #
- Improved dependency structures.
1.4.4 #
- Added and exposed
json_annotationpackage.
1.4.3 #
- Fixed
RateLimitExceededException.
1.4.2 #
RateLimitExceededExceptionextendedTwitterException.- Exposed core packages.
- Added
JsonValueannotation forISOAlpha2Countryenum.
1.4.1 #
- Added
BCP47Languageobject. - Added
ISOAlpha2Countryobject.
1.4.0 #
- Removed deprecated methods in
RetryConfig.regularIntervalsexponentialBackOffexponentialBackOffAndJitter
1.3.4 #
- Fixed
TwitterUploadException.
1.3.3 #
- Fixed
TwitterUploadException.
1.3.2 #
- Added
TwitterUploadException.
1.3.1 #
- Added a serialization pattern.
1.3.0 #
- Added a dependency of
mime.dartand exposedlookupMimeType.
1.2.2 #
- Fixed the internal process.
1.2.1 #
- Fixed the type of body in
StreamResponsefromFuture<Stream<Map<String, dynamic>>>toStream<Map<String, dynamic>>.
1.2.0 #
- Changed the response structure of stream and added
StreamResponse.StreamResponsehas headers and stream from response.
1.1.1 #
- Improved
ClientResolver.
1.1.0 #
- Added
UserContext.oauth1Only.
1.0.0 #
- Upgrade as stable version.
- Supported multi-part communication method.
0.0.10 #
- Fixed structure.
0.0.9 #
- Fixed structure.
0.0.8 #
- Fixed structure.
0.0.7 #
- Fixed structure.
0.0.6 #
- Renamed
ServiceHelper.
0.0.5 #
- Refactored structures.
0.0.4 #
- Fixed
RetryConfig.
0.0.3 #
- Exposed
ClientContext.
0.0.2 #
- Fixed documentations.
0.0.1 #
- First Release