Skip to main content

Namespace SuperOffice.WebApi

Namespaces

SuperOffice.WebApi.Agents SuperOffice.WebApi.Authorization SuperOffice.WebApi.Data

Classes

AuthorizationUserToken Username and password are used to get an access token from given username and password If the access token is invalidated, will try to authenticate with username and password to get a new access token. The current access token can be retrieved with
var (_, accessToken) = authInstance.GetAuthorization();
DateTimeConverter ProgressListener Default ProgressListener implementation with delegates for event callbacks. RequestOptions Customize this particular request with special language code or timezone specifics. SubDomain Development(“sod”) / Stage(“qoonline”) / Production(“online”)

Use with the

subdomain
parameter in SuperOffice.WebApi.Authorization.AuthorizationAccessToken or

WebApiOptions Configure the WebAPI clients with the right URL, language, timeout, and compression flags. The language and timezones can be overridden per request.

Interfaces

IProgressListener Defines callbacks for web-client progress notifications.