| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient | |
| uk.co.visalia.brightpearl.apiclient.request |
| 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 | Class and Description |
|---|---|
class |
ServiceReadRequest<T>
Represents a read request to be made to the Brightpearl API.
|
class |
ServiceSearchRequest<T>
An extension of
ServiceReadRequest used for resource searches. |
class |
ServiceWriteRequest<T>
Represents a write request to be made to the Brightpearl API.
|
Copyright © 2014. All Rights Reserved.