@bn2me/client
Version:
bn2.me client library
24 lines (15 loc) • 410 B
Markdown
This is a client library to interact with the bn2.me API.
```ts
import { Bn2MeClient } from '@bn2me/client';
const client = new Bn2MeClient({ client_id: '<client_id>' });
const url = client.getAuthorizationUrl({ /* ... */ });
// redirect user to url
```
```
npm i @bn2me/client
```
**@bn2me/client** is licensed under the [MIT License](./LICENSE).