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 #
v1.8.3 #
- Supported language codes in
Language
.qam
for tweets with mentions only (works for tweets since 2022-06-14)qct
for tweets with cashtags only (works for tweets since 2022-06-14)qht
for tweets with hashtags only (works for tweets since 2022-06-14)qme
for tweets with media links (works for tweets since 2022-06-14)qst
for tweets with a very short text (works for tweets since 2022-06-14)zxx
for tweets with either media or Twitter Card only, without any additional text (works for tweets since 2022-06-14)
v1.8.2 #
- Fixed bug that retry count does not increment correctly.
v1.8.1 #
- Fixed internal process for
Direct Messages
service.
v1.8.0 #
- Fixed report name in
UnauthorizedException
. - The following conditions have been added as possible retry conditions.
- When status code is
500
or503
. - When
SocketException
is thrown.
- When status code is
v1.7.8 #
- Improved
DataNotFoundException
.
v1.7.7 #
- Improved
DataNotFoundException
.
v1.7.6 #
- Improved
UnauthorizedException
.
v1.7.5 #
- Improved
UnauthorizedException
.
v1.7.4 #
UnauthorizedException
extendedTwitterException
.
v1.7.3 #
TwitterUploadedException
extendedTwitterException
.
v1.7.2 #
- Exposed
http.BaseResponse
.
v1.7.1 #
- Added
DataNotFoundException
.
v1.7.0 #
- Renamed from
TweetLanguage
toLanguage
.
v1.6.1 #
- Added convenient utilities in
TweetLanguage
andCountry
enumerations.
v1.6.0 #
- Renamed enum from
WithheldCountry
toCountry
.
v1.5.1 #
- Added enums below.
WithheldCountry
TweetLanguage
v1.5.0 #
- Improved dependency structures.
v1.4.4 #
- Added and exposed
json_annotation
package.
v1.4.3 #
- Fixed
RateLimitExceededException
.
v1.4.2 #
RateLimitExceededException
extendedTwitterException
.- Exposed core packages.
- Added
JsonValue
annotation forISOAlpha2Country
enum.
v1.4.1 #
- Added
BCP47Language
object. - Added
ISOAlpha2Country
object.
v1.4.0 #
- Removed deprecated methods in
RetryConfig
.regularIntervals
exponentialBackOff
exponentialBackOffAndJitter
v1.3.4 #
- Fixed
TwitterUploadException
.
v1.3.3 #
- Fixed
TwitterUploadException
.
v1.3.2 #
- Added
TwitterUploadException
.
v1.3.1 #
- Added a serialization pattern.
v1.3.0 #
- Added a dependency of
mime.dart
and exposedlookupMimeType
.
v1.2.2 #
- Fixed the internal process.
v1.2.1 #
- Fixed the type of body in
StreamResponse
fromFuture<Stream<Map<String, dynamic>>>
toStream<Map<String, dynamic>>
.
v1.2.0 #
- Changed the response structure of stream and added
StreamResponse
.StreamResponse
has headers and stream from response.
v1.1.1 #
- Improved
ClientResolver
.
v1.1.0 #
- Added
UserContext.oauth1Only
.
v1.0.0 #
- Upgrade as stable version.
- Supported multi-part communication method.
v0.0.10 #
- Fixed structure.
v0.0.9 #
- Fixed structure.
v0.0.8 #
- Fixed structure.
v0.0.7 #
- Fixed structure.
v0.0.6 #
- Renamed
ServiceHelper
.
v0.0.5 #
- Refactored structures.
v0.0.4 #
- Fixed
RetryConfig
.
v0.0.3 #
- Exposed
ClientContext
.
v0.0.2 #
- Fixed documentations.
v0.0.1 #
- First Release