Package dev.postproxy.sdk
Class PostProxyClient
java.lang.Object
dev.postproxy.sdk.PostProxyClient
-
Method Summary
Modifier and TypeMethodDescription<T> Tdelete(String path, Map<String, String> queryParams, com.fasterxml.jackson.core.type.TypeReference<T> type) <T> Tget(String path, Map<String, String> queryParams, com.fasterxml.jackson.core.type.TypeReference<T> type) com.fasterxml.jackson.databind.ObjectMapper<T> Tpatch(String path, Map<String, String> queryParams, Object body, com.fasterxml.jackson.core.type.TypeReference<T> type) <T> TpatchMultipart(String path, Map<String, String> queryParams, Map<String, Object> fields, Map<String, List<Path>> fileGroups, com.fasterxml.jackson.core.type.TypeReference<T> type) <T> Tpost(String path, Map<String, String> queryParams, Object body, com.fasterxml.jackson.core.type.TypeReference<T> type) <T> TpostMultipart(String path, Map<String, String> queryParams, Map<String, Object> fields, Map<String, List<Path>> fileGroups, com.fasterxml.jackson.core.type.TypeReference<T> type)
-
Method Details
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
getDefaultProfileGroupId
-
get
-
post
-
patch
-
delete
-
postMultipart
-
patchMultipart
-