CloudflareApiBase class abstract

Implementers

Constructors

CloudflareApiBase.fromAccessToken(String accessToken, {String baseUrl = "https://api.cloudflare.com/client/v4/", Talker? talker = null})

Properties

account → _AccountEndpoint
no setter
alerting → _AlertingEndpoint
no setter
analytics → _AnalyticsEndpoint
no setter
dio → Dio
no setter
graphQLClient ↔ GraphQLClient?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pages → _PagesEndpoint
no setter
registrar → _RegistrarEndpoint
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → _StatusEndpoint
no setter
user → _UserEndpoint
no setter
workers → _WorkersEndpoint
no setter
zones → _ZonesEndpoint
no setter

Methods

init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateApiToken(String token) → void

Operators

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