Classes

The Accessor class holds information about the connection for the RestClient. I.e. the url of the server.
The BasicAuthAccessor class holds information about the connection for the RestClient. I.e. username and api-key for basic authentication.
OAuthAccessor is holding a http client and the necessary OAuth information for the RESTClient to make requests.