twitter_openapi_dart library

Classes

ApiUtilsRaw
ApiUtilsRaw This class is used to store the listing Raw.
ApiUtilsRawBuilder
CursorApiUtilsResponse
TimelineApiUtilsResponse This class is used to store the cursor of the tweet list.
CursorApiUtilsResponseBuilder
InitialStateApi
InitialStateApiUtilsRaw
InitialStateApiUtilsRaw this class is used to store the raw response of the initial state.
InitialStateApiUtilsRawBuilder
InitialStateApiUtilsResponse
InitialStateApiUtilsResponse this class is used to store the response of the initial state.
InitialStateApiUtilsResponseBuilder
TimelineApiUtilsResponse<T>
TimelineApiUtilsResponseBuilder<T>
TweetApiUtilsData
TweetApiUtilsDataBuilder
TwitterApiUtilsRaw
TwitterApiUtilsRawBuilder
TwitterApiUtilsResponse<T>
TwitterApiUtilsResponseBuilder<T>
TwitterOpenapiDart
TwitterOpenapiDart TwitterOpenapiDart is a wrapper for TwitterOpenapiDartGenerated. It provides a more convenient way to use the api. It also provides a way to use the api without a token.
TwitterOpenapiDartClient
UserApiUtilsData
UserApiUtilsDataBuilder

Functions

dateFormatFromTwitterFormat(String input) DateTime
Convert Twitter date format to DateTime. https://api.flutter.dev/flutter/intl/DateFormat-class.html final dateFormat = DateFormat('EEE MMM d H:m:s Z y');