$ApiClient class

Constructors

$ApiClient.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

$get({required String version, required int fileId, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiGetResponseApplicationJson, void>>
Get a reminder.
$getRaw({required String version, required int fileId, bool? oCSAPIRequest}) DynamiteRawResponse<ApiGetResponseApplicationJson, void>
Get a reminder.
$set({required String dueDate, required String version, required int fileId, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiSetResponseApplicationJson, void>>
Set a reminder.
$setRaw({required String dueDate, required String version, required int fileId, bool? oCSAPIRequest}) DynamiteRawResponse<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.
removeRaw({required String version, required int fileId, bool? oCSAPIRequest}) DynamiteRawResponse<ApiRemoveResponseApplicationJson, void>
Remove a reminder.
toString() String
A string representation of this object.
inherited

Operators

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