2.1.3 • Published 10 months ago

quria v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago
npm install quria

yarn add quria
import {Quria} from 'quria';

const quria = new Quria({
  API_KEY: "your-api-key-here",
});

quria.destiny2
  .GetDestinyManifest()
  .then((res) => {
    console.log(res.Response);
  })
  .catch((error) => {
    console.error(error);
  });

You can use the Bungie API Docs as Quria Documentation because all of it's methods are the same as the docs says.

Currently no projects uses Quria because it's still in development phase. If you would to include your project here, open an issues with the name, repository/website and a small description.

If you would contribute to this project, just fork the repository and then send a pull request. We will validate your request and, if it's valid, we will commit into the main branch.

2.1.2

10 months ago

2.1.3

10 months ago

2.1.0

10 months ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.6

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago