RestClient class
Methods
-
deleteAll(String apiEndPoint, List<Map<String, dynamic>> body, Map<String, String> queryParameters, Encoding encoding, String basePath, String protocol, String hosting, int hostPort})
→ Future<RestResponse>
-
-
get(String apiEndPoint, {RestClientMethod method, Map<String, dynamic> body, Map<String, String> queryParameters, String basePath, String protocol, String hosting, int hostPort})
→ Future<RestResponse>
-
-
getInstance()
→ RestClient
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
post(String apiEndPoint, dynamic body, Map<String, String> queryParameters, Encoding encoding, String basePath, String protocol, String hosting, int hostPort})
→ Future<RestResponse>
-
-
put(String apiEndPoint, Map<String, dynamic> body, Map<String, String> queryParameters, Encoding encoding, String basePath, String protocol, String hosting, int hostPort})
→ Future<RestResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
uri(String apiEndPoint, {Map<String, String> queryParameters, String basePath, String protocol, String host, int port})
→ Uri
-
Static Properties
-
read / write