SetupApi class

Constructors

SetupApi(ApiClient apiClient)

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSetup({String? zapTraceSpan}) Future<IsOnboarding>
Check if database has default user, org, bucket
getSetupWithHttpInfo({String? zapTraceSpan}) Future<Response>
Check if database has default user, org, bucket
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postSetup(OnboardingRequest onboardingRequest, {String? zapTraceSpan}) Future<OnboardingResponse>
Set up initial user, org and bucket
postSetupWithHttpInfo(OnboardingRequest onboardingRequest, {String? zapTraceSpan}) Future<Response>
Set up initial user, org and bucket
toString() String
A string representation of this object.
inherited

Operators

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