Versioning #dappOS

The API version can be included in the query string as follows:

/supernode/endpoint?version=1.1.2

In case of handling a request without the version query parameter, the API will respond with the latest version of the API.

If the requested version is not supported, the API will respond with a 404 Not Found error and the following message:

{

"message": "API version not found"

}