Socket
Book a DemoInstallSign in
Socket

lincd-quora-ads

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lincd-quora-ads

An API wrapper for Quora's Ads API.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

LINCD Quora API

This API is designed to be directly PnP with Quora's ad API which you can find here

// from env vars or wherever
const accessToken = myAccessToken();
const refreshToken = myRefreshToken();

const API = new QuoraAPI(accessToken, refreshToken);
API.clientId = "...";
API.clientSecret = "...";

// Recommended options;
API.forceHTTPS = true;
API.delay = 500; // in ms

// In some func
const adSets: AdSet[] = await API.getAdSetsFromCampaign(campaign.id);

Keywords

lincd

FAQs

Package last updated on 11 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts