Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/twitter_api_client/mod.ts>endpoints

Twitter API client for Deno
Latest
variable endpoints
Re-export
import { endpoints } from "https://deno.land/x/twitter_api_client@v0.4.0/mod.ts";

type

{ oauth: { requestToken: string; authenticate: string; authorize: string; accessToken: string; invalidateToken: string; }; outh2: { getToken: string; }; api_v1: { tweets: { update: string; home_timeline: string; retweet(id: string); search(premium?: { product: "30day" | "fullarchive"; label: string; }); }; }; api_v2: { lookup: string; filterd_stream: { rules: string; connect: string; }; users: { me: string; }; }; }