twitter_openapi_dart_generated 0.0.5 copy "twitter_openapi_dart_generated: ^0.0.5" to clipboard
twitter_openapi_dart_generated: ^0.0.5 copied to clipboard

Twitter OpenAPI Dart

twitter_openapi_dart_generated (EXPERIMENTAL) #

Twitter OpenAPI(Swagger) specification

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 0.0.1
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements #

Installation & Usage #

pub.dev #

To use the package from pub.dev, please include the following in pubspec.yaml

dependencies:
  twitter_openapi_dart_generated: 0.0.5

Github #

If this Dart package is published to Github, please include the following in pubspec.yaml

dependencies:
  twitter_openapi_dart_generated:
    git:
      url: https://github.com/fa0311/twitter_openapi_dart.git
      #ref: main

Local development #

To use the package from your local drive, please include the following in pubspec.yaml

dependencies:
  twitter_openapi_dart_generated:
    path: /path/to/twitter_openapi_dart_generated

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:twitter_openapi_dart_generated/twitter_openapi_dart_generated.dart';


final api = TwitterOpenapiDartGenerated().getDefaultApi();
final String pathQueryId = 9zwVLJ48lmVUk8u_Gh9DmA; // String | 
final String variables = {"screen_name": "elonmusk"}; // String | 
final String features = {}; // String | 

try {
    final response = await api.getProfileSpotlightsQuery(pathQueryId, variables, features);
    print(response);
} catch on DioError (e) {
    print("Exception when calling DefaultApi->getProfileSpotlightsQuery: $e\n");
}

Documentation for API Endpoints #

All URIs are relative to https://twitter.com/i/api

Class Method HTTP request Description
DefaultApi getProfileSpotlightsQuery GET /graphql/{pathQueryId}/ProfileSpotlightsQuery
OtherApi other GET /other
PostApi postCreateRetweet POST /graphql/{pathQueryId}/CreateRetweet
PostApi postCreateTweet POST /graphql/{pathQueryId}/CreateTweet
PostApi postDeleteRetweet POST /graphql/{pathQueryId}/DeleteRetweet
PostApi postDeleteTweet POST /graphql/{pathQueryId}/DeleteTweet
PostApi postFavoriteTweet POST /graphql/{pathQueryId}/FavoriteTweet
PostApi postUnfavoriteTweet POST /graphql/{pathQueryId}/UnfavoriteTweet
TweetApi getBookmarks GET /graphql/{pathQueryId}/Bookmarks
TweetApi getHomeLatestTimeline GET /graphql/{pathQueryId}/HomeLatestTimeline
TweetApi getHomeTimeline GET /graphql/{pathQueryId}/HomeTimeline
TweetApi getLikes GET /graphql/{pathQueryId}/Likes
TweetApi getListLatestTweetsTimeline GET /graphql/{pathQueryId}/ListLatestTweetsTimeline
TweetApi getSearchTimeline GET /graphql/{pathQueryId}/SearchTimeline
TweetApi getTweetDetail GET /graphql/{pathQueryId}/TweetDetail
TweetApi getTweetFavoriters GET /graphql/{pathQueryId}/Favoriters
TweetApi getTweetRetweeters GET /graphql/{pathQueryId}/Retweeters
TweetApi getUserMedia GET /graphql/{pathQueryId}/UserMedia
TweetApi getUserTweets GET /graphql/{pathQueryId}/UserTweets
TweetApi getUserTweetsAndReplies GET /graphql/{pathQueryId}/UserTweetsAndReplies
UserApi getUserByScreenName GET /graphql/{pathQueryId}/UserByScreenName
UserListApi getFollowers GET /graphql/{pathQueryId}/Followers
UserListApi getFollowersYouKnow GET /graphql/{pathQueryId}/FollowersYouKnow
UserListApi getFollowing GET /graphql/{pathQueryId}/Following
V11GetApi getFriendsFollowingList GET /1.1/friends/following/list.json
V11GetApi getSearchTypeahead GET /1.1/search/typeahead.json
V11PostApi postCreateFriendships POST /1.1/friendships/create.json
V11PostApi postDestroyFriendships POST /1.1/friendships/destroy.json
V20GetApi getSearchAdaptive GET /2/search/adaptive.json

Documentation For Models #

Documentation For Authorization #

Authentication schemes defined for the API:

ActiveUser #

  • Type: API key
  • API key parameter name: x-twitter-active-user
  • Location: HTTP header

AuthType #

  • Type: API key
  • API key parameter name: x-twitter-auth-type
  • Location: HTTP header

BearerAuth #

  • Type: HTTP basic authentication

ClientLanguage #

  • Type: API key
  • API key parameter name: x-twitter-client-language
  • Location: HTTP header

CookieAuthToken #

  • Type: API key
  • API key parameter name: auth_token
  • Location:

CookieCt0 #

  • Type: API key
  • API key parameter name: ct0
  • Location:

CsrfToken #

  • Type: API key
  • API key parameter name: x-csrf-token
  • Location: HTTP header

GuestToken #

  • Type: API key
  • API key parameter name: x-guest-token
  • Location: HTTP header

UserAgent #

  • Type: API key
  • API key parameter name: user-agent
  • Location: HTTP header

Author #

yuki@yuki0311.com