ApiClient class
Constructors
-
ApiClient({String basePath = 'https://raw.githubusercontent.com/api/v2'})
-
Methods
-
-
deserialize(String? json, String targetType, {bool? growable})
→ dynamic
-
-
deserializeAsync(String? json, String targetType, {bool? growable})
→ Future
-
-
getAuthentication<T extends Authentication>(String name)
→ T?
-
-
invokeAPI(String path, String method, List<QueryParam> queryParams, Object? body, Map<String, String> formParams, String? nullableContentType, List<String> authNames)
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(Object? value)
→ String
-
-
serializeAsync(Object? value)
→ Future<String>
-
-
toString()
→ String
-
A string representation of this object.
inherited