$Client class

Available extensions

Constructors

$Client(Uri baseURL, {Client? httpClient, List<DynamiteAuthentication>? authentications})
Creates a new DynamiteClient for untagged requests.
$Client.fromClient(DynamiteClient client)
Creates a new $Client from another client.

Properties

api1 $Api1Client
latefinal
apiColumns $ApiColumnsClient
latefinal
apiFavorite $ApiFavoriteClient
latefinal
apiGeneral $ApiGeneralClient
latefinal
apiTables $ApiTablesClient
latefinal
authentications List<DynamiteAuthentication>?
The available authentications for this client.
finalinherited
baseURL Uri
The base server url used to build the request uri.
finalinherited
context $ContextClient
latefinal
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client
The base http client.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getVersionCheck(OcsGetCapabilitiesResponseApplicationJson_Ocs_Data capabilities) VersionCheck

Available on $Client, provided by the TablesVersionCheck extension

Check if the tables app version is supported by this client.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited