Class HttpClient

java.lang.Object
com.aboutyou.cloud.adminapi.http.HttpClient

public class HttpClient
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpClient​(ApiConfiguration apiConfiguration)  
  • Method Summary

    Modifier and Type Method Description
    okhttp3.Response request​(java.lang.String httpMethod, java.lang.String relativeUrl, java.util.Map<java.lang.String,​java.lang.Object> options, java.lang.String body)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • request

      public okhttp3.Response request​(java.lang.String httpMethod, java.lang.String relativeUrl, java.util.Map<java.lang.String,​java.lang.Object> options, java.lang.String body) throws java.io.IOException
      Throws:
      java.io.IOException