Package de.brifle.sdk.api.endpoints
Class EndpointBase
java.lang.Object
de.brifle.sdk.api.endpoints.EndpointBase
- Direct Known Subclasses:
AuthEndpoint,ContentEndpoint,SignaturesEndpoint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HttpClientprotected final com.fasterxml.jackson.databind.ObjectMapperprotected final ApiMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEndpointBase(ApiMode mode) protectedEndpointBase(ApiMode mode, HttpClient client) -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpRequestbuildGetRequest(String endpoint, String authToken) protected HttpRequestbuildPostRequest(String endpoint, String body) protected HttpRequestbuildPostRequest(String endpoint, String authToken, String body) protected HttpRequestbuildPostRequest(String endpoint, Map<String, Object> body)
-
Field Details
-
client
-
jsonConverter
protected final com.fasterxml.jackson.databind.ObjectMapper jsonConverter -
mode
-
-
Constructor Details
-
EndpointBase
-
EndpointBase
-
-
Method Details
-
buildPostRequest
-
buildPostRequest
-
buildPostRequest
-
buildGetRequest
-