Api class

Constructors

Api(String baseUrl)

Properties

baseOptions ↔ BaseOptions
getter/setter pair
dio ↔ Dio
getter/setter pair
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(dynamic url, {dynamic options, dynamic queryParameters, dynamic cancelToken}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(dynamic url, {dynamic options, dynamic data, dynamic cancelToken}) → dynamic
put(dynamic url, {dynamic options, dynamic data, dynamic cancelToken}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

core TamatemPlusApi
no setter
instance Api?
getter/setter pair

Static Methods

cancelRequests(CancelToken token) → void
getInstance() Api