Class SendonClient

java.lang.Object
io.sendon.base.SendonClient
Direct Known Subclasses:
SendonContacts, SendonKakao, SendonPayment, SendonPoint, SendonRcs, SendonSender, SendonSms

public class SendonClient extends Object
  • Field Details

    • httpClient

      protected HttpClient httpClient
    • gson

      protected com.google.gson.Gson gson
  • Constructor Details

    • SendonClient

      public SendonClient(String userId, String apiKey)
    • SendonClient

      public SendonClient(String userId, String apiKey, boolean useOkHttp)
    • SendonClient

      public SendonClient(String baseUrl, String userId, String apiKey, boolean useOkHttp)
  • Method Details