Methods
-
cleanEntity(Map<String, dynamic> params)
→ Map<String, dynamic>
-
-
delete(String endpoint, {bool includeToken = true})
→ Future<Response>
-
-
get(String endpoint, {bool includeToken = true})
→ Future<Response>
-
-
-
getUrl({String? endUrl})
→ Future<Uri>
-
-
handleFilters(String url, Map<String, dynamic> filters)
→ String
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
parseUrl(String url)
→ Uri
-
-
post(String endpoint, {bool includeToken = true, Map<String, dynamic>? body, })
→ Future<Response>
-
-
put(String endpoint, {bool includeToken = true, Map<String, dynamic>? body})
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited