Base |
The BaseClientT type exposes the following members.
Name | Description | |
---|---|---|
BaseClientT | Initializes a new instance of the BaseClientT class |
Name | Description | |
---|---|---|
Create | Creates an instance of the ApiClient with ClientId and ClientSecret | |
CreateAsync | Creates an instance of the ApiClient with ClientId and ClientSecret | |
CreateWithToken | Crates an instance of the ApiClient with a manually obtained access token | |
CreateWithTokenAsync | Crates an instance of the ApiClient with a manually obtained access token | |
SetAnysenseDbVersion | If the client is used for caching data, then it is recommendable to store the current Database version. Use this method to set the current version before any requests to the Api |
Name | Description | |
---|---|---|
AnysenseDbVersionChanged |
Event triggered when a new Database version is received from the Anysense API. When this happens, it's recommended to clear the local cached datas, and get everything from scratch. |
Name | Description | |
---|---|---|
_httpClient |