$ApiGeneralClient class
Constructors
- $ApiGeneralClient($Client _rootClient)
-
Creates a new
DynamiteClient
for api_general 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
-
$index_Request(
{bool? oCSAPIRequest}) → Request -
api v2
Returns all main resources. -
$index_Serializer(
) → DynamiteSerializer< ApiGeneralIndexResponseApplicationJson, void> - Builds a serializer to parse the response of $index_Request.
-
index(
{bool? oCSAPIRequest}) → Future< DynamiteResponse< ApiGeneralIndexResponseApplicationJson, void> > -
api v2
Returns all main resources. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited