ApillonConfig class
Properties
-
apiUrl
↔ String?
-
The API URL to use for executing the queries and actions.
@default https://api.apillon.io
getter/setter pair
-
debug
↔ bool?
-
Used for CLI - indicates whether to output verbose logs
@default false
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
key
↔ String?
-
Your API key, generated through the Apillon dashboard
@default env.APILLON_API_KEY
getter/setter pair
-
logLevel
↔ LogLevel?
-
The level of logger output to use for the Apillon logger.
@default ERROR
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
secret
↔ String?
-
Your API secret, generated through the Apillon dashboard
@default env.APILLON_API_SECRET
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited