GetWebAPI class abstract

Constructors

GetWebAPI()

Properties

address FutureOr<String>
no setter
authToken FutureOr<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
headers FutureOr<Map<String, String>>
no setter
id String
no setter
path String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
delete<T>({T? as, required String path, bool encrypted = false, bool inIsolate = true, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}}) Future<GetResult<T>>
download<T>({required String path, String? name, String? description, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}}) → dynamic
get<T>({T? as, required String path, bool encrypted = false, bool inIsolate = true, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}}) Future<GetResult<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post<T>({T? as, required String path, bool encrypted = false, bool inIsolate = true, List<GetFile>? files, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}}) Future<GetResult<T>>
request<T>({T? as, required String path, required GetMethod method, bool encrypted = false, bool inIsolate = true, List<GetFile>? files, Map<String, dynamic> query = const {}, Map<String, dynamic> body = const {}}) Future<GetResult<T>>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

auth → const String
currentTime → const String
timeStamp → const String