KratosApiDart class

Constructors

KratosApiDart({Dio? dio, Serializers? serializers, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializers → Serializers
final

Methods

getMetadataApi() MetadataApi
Get MetadataApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getV0alpha2Api() V0alpha2Api
Get V0alpha2Api instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

basePath → const String