Version
Endpoints for retrieving information about Azkarra version.
Endpoints for retrieving information about Azkarra version.
Base URL: /version
GET /version
Returns the current version of Azkarra
Example Request
GET /version
Host: localhost:8080
Example Response
{
"azkarraVersion": "0.1"
}
Last modified November 29, 2019: refactor(gh-page): wip add new doc website (c57f3a4c)