0.4.0 • Published 2 years ago

@thekanary/partner-api v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Kanary Partner API

If you want to #FixTheInternet, you're in the right place. Kanary monitors thousands of websites for your personal information and helps you remove it.

If you would like to join our partner program, reach out at hello@thekanary.com

Installation

Install with npm

npm i @kanary/partner-api

or yarn

yarn add @thekanary/partner-api

After installation, interact with the API

import { AccountApi } from '@thekanary/partner-api';

const config = {
  accessToken: '<access-token>',
};

const apiService = new AccountApi(config);

const memberList = {
  // get from API docs
  ...
};

const response = await apiService.partnerApiV0AccountsPost(memberList);

API Docs

Full docs on SwaggerHub

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago