$AppConfigClient class

Constructors

$AppConfigClient($Client _rootClient)
Creates a new DynamiteClient for app_config 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

$getApps_Request({bool? oCSAPIRequest}) → Request
Get a list of apps.
$getApps_Serializer() → DynamiteSerializer<AppConfigGetAppsResponseApplicationJson, void>
Builds a serializer to parse the response of $getApps_Request.
$getKeys_Request({required String app, bool? oCSAPIRequest}) → Request
Get the config keys of an app.
$getKeys_Serializer() → DynamiteSerializer<AppConfigGetKeysResponseApplicationJson, void>
Builds a serializer to parse the response of $getKeys_Request.
$setValue_Request({required String value, required String app, required String key, bool? oCSAPIRequest}) → Request
Update the config value of an app.
$setValue_Serializer() → DynamiteSerializer<AppConfigSetValueResponseApplicationJson, void>
Builds a serializer to parse the response of $setValue_Request.
getApps({bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigGetAppsResponseApplicationJson, void>>
Get a list of apps.
getKeys({required String app, bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigGetKeysResponseApplicationJson, void>>
Get the config keys of an app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue({required String value, required String app, required String key, bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigSetValueResponseApplicationJson, void>>
Update the config value of an app.
toString() String
A string representation of this object.
inherited

Operators

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