Client class abstract

Constructors

Client({String endPoint = 'https://appwrite.io/v1', bool selfSigned = false, Client? http})
factory

Properties

config Map<String, String>
getter/setter pair
cookieJar ↔ dynamic
getter/setter pair
endPoint String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(HttpMethod method, {String path = '', Map<String, String> headers = const {}, Map<String, dynamic> params = const {}, ResponseType? responseType}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEndpoint(String endPoint) Client
setJWT(String value) Client
Your secret JSON Web Token
setLocale(dynamic value) Client
setProject(String value) Client
Your project ID
setSelfSigned({bool status = true}) Client
toString() String
A string representation of this object.
inherited
webAuth(String url) Future

Operators

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