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