| Class | Description |
|---|---|
| AbstractRequester |
Class which contains the logic for sending URL requests to a specified address.
|
| GETRequester |
HTTP requester for GET requests.
|
| POSTRequester |
HTTP requester for POST requests.
|
| RequesterFactory |
Factory for returning regular (non-singleton) requesters.
|
| RequesterSingletonFactory |
Factory for returning singleton requesters.
|
| Enum | Description |
|---|---|
| RequestMethod |
Enumerable which contains the HTTP methods supported by the API.
|
Copyright © 2016. All rights reserved.