UploadcareClient class

Provides centralized access to Uploadcare API

Feel free to use every section separately, don't forget to pass ClientOptions to them

Constructors

UploadcareClient({required ClientOptions options})
UploadcareClient.withRegularAuth({required String publicKey, required String apiVersion, String privateKey = ''})
With omitted privateKey, only upload API is available
UploadcareClient.withSimpleAuth({required String publicKey, required String apiVersion, String privateKey = ''})
With omitted privateKey, only upload API is available

Properties

addons ApiAddons
final
documentConverting ApiDocumentConverting
final
files ApiFiles
final
groups ApiGroups
final
hashCode int
The hash code for this object.
no setterinherited
options ClientOptions
final
project ApiProject
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upload ApiUpload
final
videoEncoding ApiVideoEncoding
final
webhooks ApiWebhooks
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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