Interface | Description |
---|---|
Connection |
This interface represents a connection to the API server.
|
HttpClient |
This interface defines methods which should implement HttpClient class of specific http client version.
|
Request<REQUEST extends Request,RESPONSE extends Response> |
This class represents a request that can be sent to the API server.
|
Response |
This class represents a response received from the API server.
|
Service |
This interface represents a service available in the API.
|
Class | Description |
---|---|
ConnectionBuilder |
This class is used to build connections to the API server.
|
Exception | Description |
---|---|
Error |
General exception which is thrown by SDK, indicates that some exception happened in SDK.
|
Copyright © 2016. All rights reserved.