Api class abstract
Properties
Methods
-
get(
String path, {Map< String, String> ? customHeaders}) → Future<Response> -
getAuth(
String path, PrivateKey withPrivateKey) → Future< Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String path, String body, {Map< String, String> ? customHeaders}) → Future<Response> -
postAuth(
String path, String content, PrivateKey withPrivateKey) → Future< Response> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited