Click or drag to resize

BaseClientT Methods

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The BaseClientT type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate Creates an instance of the ApiClient with ClientId and ClientSecret
Public methodStatic memberCreateAsync Creates an instance of the ApiClient with ClientId and ClientSecret
Public methodStatic memberCreateWithToken Crates an instance of the ApiClient with a manually obtained access token
Public methodStatic memberCreateWithTokenAsync Crates an instance of the ApiClient with a manually obtained access token
Public methodSetAnysenseDbVersion 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
Top
See Also