This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
WebMvcLinksHandlerApi
Luana Nascimento edited this page Apr 12, 2020
·
1 revision
All URIs are relative to https://avas-denuncia-backend.herokuapp.com
Method | HTTP request | Description |
---|---|---|
linksUsingGET | GET /actuator | links |
Map<String, Map<String, Link>> linksUsingGET()
links
// 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();
}
This endpoint does not need any parameter.
Map<String, Map<String, Link>>
No authorization required
- Content-Type: Not defined
- Accept: application/vnd.spring-boot.actuator.v3+json, application/json, application/vnd.spring-boot.actuator.v2+json