Skip to content

kontrollanten/stackpath-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackPath SDK

A simple SDK to talk to StackPath API.

Getting started

yarn add stackpath-sdk

const Stackpath = require('stackpath-sdk');

async function init() {
  const sp = new Stackpath({
    clientId: '',
    clientSecret: '',
  });

  await sp.auth();

  const ipList = await sp.getIpList();
}

API

Currently there's only support for authentication and getting the IP white list.

sp.auth();

sp.getIpList();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published