0.2.2 • Published 3 months ago

@gw2me/client v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@gw2me/client

This is a client library to interact with the gw2.me API.

Usage

import { Gw2MeClient } from '@gw2me/client';

const client = new Gw2MeClient({ client_id: '<client_id>' });
const url = client.getAuthorizationUrl({ /* ... */ });

// redirect user to url

Installation

npm i @gw2me/client

License

@gw2me/client is licensed under the MIT License.

0.2.2

3 months ago

0.2.1

5 months ago

0.2.0

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago