Quaver / api-v2

The new v2 API server for Quaver.
https://api.quavergame.com/v2/
GNU Affero General Public License v3.0
4 stars 0 forks source link

api-v2

🌎 The new API server for Quaver.

api-v2 is the most up-to-date (v2) and open source version of the Quaver web API.

As endpoints are made available in v2, it is recommended to use them instead of its v1 counterpart, as v1 will be deprecated, as we begin to update usage in-game and on our website.

This application is being developed for internal network use. As such, no support will be provided for the usage of this software.

Requirements

Setup

Testing

Request handlers can be tested through Postman.

Some endpoints require authentication. To access them, you must generate a JWT, and set it in the variables section of the Postman collection.

Example JWT Payload

{
  "user_id": 2,
  "username": "QuaverBot",
  "iat": 1516239022
}

LICENSE

This software is licensed under the GNU Affero General Public License v3.0. Please see the LICENSE file for more information.