EDAHApI class

Constructors

EDAHApI(String url)

Properties

course Course
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
user User
no setter

Methods

get(dynamic url, {Map<String, String>? headers, dynamic body}) Future
getMethod(String parm) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(dynamic url, {Map<String, String>? headers, dynamic body}) Future
request<T>(String method, String path, {Map<String, String>? headers, dynamic body, bool? customPath, required T jsonResponse(dynamic json), required T errorResponse(String err)}) Future<T?>
toString() String
A string representation of this object.
inherited

Operators

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