Package io.sendon.base
Class SendonClient
java.lang.Object
io.sendon.base.SendonClient
- Direct Known Subclasses:
SendonContacts,SendonKakao,SendonPayment,SendonPoint,SendonRcs,SendonSender,SendonSms
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSendonClient(String userId, String apiKey) SendonClient(String userId, String apiKey, boolean useOkHttp) SendonClient(String baseUrl, String userId, String apiKey, boolean useOkHttp) -
Method Summary
Modifier and TypeMethodDescriptionparseJsonResponse(String jsonResponse) postImagesWithMultipartFormData(String path, List<File> images) postImageWithMultipartFormData(String path, File image) postImageWithMultipartFormData(String path, File image, String fieldName, String contentType)
-
Field Details
-
httpClient
-
gson
protected com.google.gson.Gson gson
-
-
Constructor Details
-
SendonClient
-
SendonClient
-
SendonClient
-
-
Method Details
-
get
-
post
-
put
-
delete
-
postImageWithMultipartFormData
-
postImageWithMultipartFormData
-
postImagesWithMultipartFormData
-
parseJsonResponse
-