@thekanary/partner-api
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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

Package Sidebar

Install

npm i @thekanary/partner-api

Weekly Downloads

0

Version

0.4.0

License

Apache-2.0

Unpacked Size

229 kB

Total Files

22

Last publish

Collaborators

  • jpatters
  • kanary.rachel