Newer Version Available
GameAPIClient
The GameAPIClient class creates a retrofit
instance to invoke REST APIs.
This class extends the NetworkClient abstract class.
Use this constructor to initialize the GameAPIClient class.
| Parameter | Type | Description | Required or Optional |
|---|---|---|---|
| auth | GameAuthenticator | An instance of the GameAuthenticator interface. | Required |
| instanceUrl | String | The URL of your Salesforce org. | Required |
Methods
getOkHttpClientBuilder
Retrieve an instance of OkHttpClient.
getNetworkClient
Override the getNetworkClient method of the NetworkClient abstract class to get an instance of GameAPIInterface.