Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

WebMvcLinksHandlerApi

Luana Nascimento edited this page Apr 12, 2020 · 1 revision

WebMvcLinksHandlerApi

All URIs are relative to https://avas-denuncia-backend.herokuapp.com

Method HTTP request Description
linksUsingGET GET /actuator links

linksUsingGET

Map<String, Map<String, Link>> linksUsingGET()

links

Example

// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.WebMvcLinksHandlerApi;


WebMvcLinksHandlerApi apiInstance = new WebMvcLinksHandlerApi();
try {
    Map<String, Map<String, Link>> result = apiInstance.linksUsingGET();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling WebMvcLinksHandlerApi#linksUsingGET");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

Map<String, Map<String, Link>>

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/vnd.spring-boot.actuator.v3+json, application/json, application/vnd.spring-boot.actuator.v2+json