CloudflareApi class

Inheritance

Constructors

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

Properties

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

Methods

init() Future<void>
inherited
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
inherited

Operators

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