@thekanary/partner-api
v0.4.0
Published
Partner API for theKanary.com
Downloads
11
Readme
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 [email protected]
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