Twitter Legacy
Connector for the twitter-legacy API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.twitter.com/1.1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
account_settings_get— GET /account/settings.json — Returns settings (including current trend, geo and sleep time information) for tapplication_rate_limit_status— GET /application/rate_limit_status.json — Returns the current rate limits for methods belonging to the specified resourceblocks_ids— GET /blocks/ids.json — Returns an array of numeric user ids the authenticating user is blocking.blocks_list— GET /blocks/list.json — Allows one to enable or disable retweets and device notifications from the specidirect_messages— GET /direct_messages.json — Returns the 20 most recent direct messages sent to the authenticating user. Incldirect_messages_sent— GET /direct_messages/sent.json — Returns the 20 most recent direct messages sent by the authenticating user. Incl
Inputs
apiKey— your twitter-legacy API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: account_settings_get
apiKey: <your key>