Class RestClient
java.lang.Object
io.camunda.identity.sdk.impl.rest.RestClient
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestClient
public RestClient()
-
-
Method Details
-
request
Performs a request to Camunda Account REST API and returns the response body mapped to provided object type.- Type Parameters:
T- the return type parameter- Parameters:
request- the request to be performed- Returns:
- the response of the provided type
- Throws:
RestException- Rest request exception in case the request fails
-