$AppConfigClient class

Constructors

$AppConfigClient.new($Client _rootClient)

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

deleteKey({required String app, required String key, bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigDeleteKeyResponseApplicationJson, void>>
Delete a config key of an app.
deleteKeyRaw({required String app, required String key, bool? oCSAPIRequest}) DynamiteRawResponse<AppConfigDeleteKeyResponseApplicationJson, void>
Delete a config key of an app.
getApps({bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigGetAppsResponseApplicationJson, void>>
Get a list of apps.
getAppsRaw({bool? oCSAPIRequest}) DynamiteRawResponse<AppConfigGetAppsResponseApplicationJson, void>
Get a list of apps.
getKeys({required String app, bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigGetKeysResponseApplicationJson, void>>
Get the config keys of an app.
getKeysRaw({required String app, bool? oCSAPIRequest}) DynamiteRawResponse<AppConfigGetKeysResponseApplicationJson, void>
Get the config keys of an app.
getValue({required String app, required String key, String? defaultValue, bool? oCSAPIRequest}) Future<DynamiteResponse<AppConfigGetValueResponseApplicationJson, void>>
Get a the config value of an app.
getValueRaw({required String app, required String key, String? defaultValue, bool? oCSAPIRequest}) DynamiteRawResponse<AppConfigGetValueResponseApplicationJson, void>
Get a the config value 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.
setValueRaw({required String value, required String app, required String key, bool? oCSAPIRequest}) DynamiteRawResponse<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