| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.http | |
| uk.co.visalia.brightpearl.apiclient.http.httpclient4 |
| Modifier and Type | Method and Description |
|---|---|
Response |
BrightpearlApiClient.ApiSession.getHttpResponse(AbstractServiceRequest serviceRequest)
Executes a request and returns the response as an unparsed string of JSON together with the HTTP status
code and headers, exactly as returned by the
Client implementation. |
Response |
BrightpearlApiClient.getHttpResponse(AppAuthorisation authorisation,
AbstractServiceRequest serviceRequest)
Executes a request and returns the response as an unparsed string of JSON together with the HTTP status
code and headers, exactly as returned by the
Client implementation. |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseBuilder.build()
Builds and returns an immutable
Response instance. |
Response |
Client.execute(Request request)
Executes a request and returns the response.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient4Client.execute(Request request)
Executes a request and returns the response.
|
Copyright © 2014. All Rights Reserved.