Skip to content

UpliftAgency/twitter-revue-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revue API Client

Getting Started

yarn add twitter-revue-client

Setting Up

import RevueClient from "twitter-revue-client";

const revueClient = new RevueClient({ token: process.env.REVUE_API_TOKEN });

Methods

See ./src/client.ts for all available methods.

Also see Revue API docs.

await revueClient.getAllIssues();

await revueClient.addSubscriber({
  email: "abc@123.com",
  first_name: "Abe",
  last_name: "Crinkle",
  double_opt_in: false,
});

Hiring

Uplift is hiring! Work on fun projects with us! Apply

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published