$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
-
$$get_Request({required String version, required int fileId, bool? oCSAPIRequest})
→ Request
-
Get a reminder.
-
$$get_Serializer()
→ DynamiteSerializer<ApiGetResponseApplicationJson, void>
-
Builds a serializer to parse the response of $$get_Request.
-
$$set_Request({required String dueDate, required String version, required int fileId, bool? oCSAPIRequest})
→ Request
-
Set a reminder.
-
$$set_Serializer()
→ DynamiteSerializer<ApiSetResponseApplicationJson, void>
-
Builds a serializer to parse the response of $$set_Request.
-
$get({required String version, required int fileId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiGetResponseApplicationJson, void>>
-
Get a reminder.
-
$remove_Request({required String version, required int fileId, bool? oCSAPIRequest})
→ Request
-
Remove a reminder.
-
$remove_Serializer()
→ DynamiteSerializer<ApiRemoveResponseApplicationJson, void>
-
Builds a serializer to parse the response of $remove_Request.
-
$set({required String dueDate, required String version, required int fileId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiSetResponseApplicationJson, void>>
-
Set a reminder.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove({required String version, required int fileId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiRemoveResponseApplicationJson, void>>
-
Remove a reminder.
-
toString()
→ String
-
A string representation of this object.
inherited