$ApiClient class
Constructors
-
$ApiClient($Client _rootClient)
-
Creates a new
DynamiteClient
for api 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
-
$getAppChangelogEntry_Request({required String appId, String? version, ApiGetAppChangelogEntryApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get changelog entry for an app.
-
$getAppChangelogEntry_Serializer()
→ DynamiteSerializer<ApiGetAppChangelogEntryResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getAppChangelogEntry_Request.
-
$getAppList_Request({required String newVersion, ApiGetAppListApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
List available updates for apps.
-
$getAppList_Serializer()
→ DynamiteSerializer<ApiGetAppListResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getAppList_Request.
-
getAppChangelogEntry({required String appId, String? version, ApiGetAppChangelogEntryApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiGetAppChangelogEntryResponseApplicationJson, void>>
-
Get changelog entry for an app.
-
getAppList({required String newVersion, ApiGetAppListApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiGetAppListResponseApplicationJson, void>>
-
List available updates for apps.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited