0.0.14 • Published 2 years ago

partnerstack v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Unofficial Nodejs Partnerstack API, by pyscriptbug

Fully typed Partnerstack API sdk

Installing

Run the following command under your project

  • npm i partnerstack

Initializing

First you need to initialize the parnerstack instance as the following

import { initializePartnerstack } from 'partnerstack';

intializeParnerstack({ apiKey: "Your_API_key", secretKey: "Your_Secret_key" });

Usage

Then you can call any method from the api

import { api } from 'partnerstack';

const deals = api.getAllDeals(); // will return an object with `hasMore` boolean and `items` containing every deal.

For further docs see Partnerstack Reference

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago