Skip to content

func1

GET
/api/v1/health/versions

Controller:

github.com/raghavyuva/nixopus-api/internal.(*Router).BasicRoutes.func1

Middlewares:

  • github.com/go-fuego/fuego.defaultLogger.middleware

Parameters

Header Parameters

Accept
Typestring

Responses

OK
JSON
{
"description": "unknown-interface schema"
}

Samples

cURL
curl -X GET http://localhost:8080/api/v1/api/v1/health/versions
JavaScript
fetch("http://localhost:8080/api/v1/api/v1/health/versions")
  .then(response => response.json())
  .then(data => console.log(data));
PHP
file_get_contents("http://localhost:8080/api/v1/api/v1/health/versions");
Python
import requests
response = requests.get("http://localhost:8080/api/v1/api/v1/health/versions")
print(response.json())
Powered by VitePress OpenAPI

Released under the Fair-Code Sustainable Use License