0.2.1 • Published 6 months ago
@bn2me/client v0.2.1
@bn2me/client
This is a client library to interact with the bn2.me API.
Usage
import { Bn2MeClient } from '@bn2me/client';
const client = new Bn2MeClient({ client_id: '<client_id>' });
const url = client.getAuthorizationUrl({ /* ... */ });
// redirect user to urlInstallation
npm i @bn2me/clientLicense
@bn2me/client is licensed under the MIT License.