| Interface | Description |
|---|---|
| Client |
A simple interface for an HTTP client, providing a generic API that can be implemented using any HTTP client library,
to make this client library fully portable.
|
| ClientFactory |
Interface for classes that create
Clients. |
| Class | Description |
|---|---|
| Request |
Contains the basic details of an HTTP request to be executed by a
Client in a generic form that can be supported
by any implementation. |
| RequestBuilder |
A builder used to create immutable
Request instances. |
| Response |
Contains the basic details of an HTTP response received from the Brightpearl API.
|
| ResponseBuilder |
A builder used to create immutable
Response instances. |
| Enum | Description |
|---|---|
| Method |
Represents the HTTP methods used by the Brightpearl API.
|
Copyright © 2014. All Rights Reserved.