1.5.0 • Published 6 years ago

guild-wars-two-typescript-api-wrapper v1.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Guild Wars 2 TypeScript API Wrapper

Build Status Testing Coverage Dependencies Status Dev Dependencies Status

A TypeScript library that wraps the Guild Wars two API and provides a simple interface to get the data from it.

This library reads the Guild Wars 2(GW2) API using Axios and wraps it in descriptive TypeScript classes. It can access all or some of the data on request and has support for a GW2 user API key. It is easy to use, and follows the naming convention of the API to avoid confusion.

Use it in your project


TODO Edit once setup function is complete.


Add to your project:

npm install guild-wars-two-typescript-api-wrapper

Developing

If you'd like to edit something just clone the repo and install:

git clone https://github.com/Luke-Draper/guild-wars-two-typescript-api-wrapper.git DevelopmentDirectory
cd DevelopmentDirectory
npm install

This installs the dependencies and sets up the development environment.

Features


TODO Edit once functionality is complete.


Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Licensing

The code in this project is licensed under MIT license.

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago