ApiClient class

Constructors

ApiClient({String basePath = "http://localhost", dynamic apiClientDelegate})

Properties

apiClientDelegate ApiClientDelegate
getter/setter pair
basePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passErrorsAsApiResponses bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAuthentication<T extends Authentication>(String name) → T?
invokeAPI(String path, Iterable<QueryParam> qParams, Object? body, List<String> authNames, Options options) Future<ApiResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAuthentication(String key, Authentication? auth) → void
setDefaultHeader(String key, String? value) → void
toString() String
A string representation of this object.
inherited

Operators

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