$MiscClient class

Other API endpoints.

Constructors

$MiscClient($Client _rootClient)
Creates a new DynamiteClient for Misc requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$getConfig_Request() → Request
Get the current configuration of the app.
$getConfig_Serializer() → DynamiteSerializer<Config, void>
Builds a serializer to parse the response of $getConfig_Request.
$reindex_Request() → Request
Trigger a rescan of all recipes into the caching database.
$reindex_Serializer() → DynamiteSerializer<String, void>
Builds a serializer to parse the response of $reindex_Request.
$setConfig_Request({required Config $body}) → Request
Set the configuration for the current user.
$setConfig_Serializer() → DynamiteSerializer<String, void>
Builds a serializer to parse the response of $setConfig_Request.
$version_Request() → Request
Get the version of the API endpoint.
$version_Serializer() → DynamiteSerializer<Version, void>
Builds a serializer to parse the response of $version_Request.
getConfig() Future<DynamiteResponse<Config, void>>
Get the current configuration of the app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reindex() Future<DynamiteResponse<String, void>>
Trigger a rescan of all recipes into the caching database.
setConfig({required Config $body}) Future<DynamiteResponse<String, void>>
Set the configuration for the current user.
toString() String
A string representation of this object.
inherited
version() Future<DynamiteResponse<Version, void>>
Get the version of the API endpoint.

Operators

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