Class HttpClientWrapper
java.lang.Object
ink.icoding.github4j.http.HttpClientWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClientWrapper(String baseUrl, String token, String apiVersion, Duration timeout, int maxRedirects) -
Method Summary
Modifier and TypeMethodDescriptionHttpResponse<byte[]> send(RequestSpec spec) HttpResponse<byte[]>
-
Constructor Details
-
HttpClientWrapper
-
-
Method Details
-
send
- Throws:
IOExceptionInterruptedException
-
sendRaw
- Throws:
IOExceptionInterruptedException
-