Urls class

Constructors

Urls()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

apiFile(String fileId) Uri
parses a URL to a file resource.
apiFiles() Uri
parses a URL to the file collection resource.
apiFileStorage(String fileId) Uri
parses a URL to the storage action for a file (saving the file).
apiProject() Uri
parses a URL to a project resource.
cdn(CdnPathBuilder builder) Uri
parses a full CDN URL with a CDN path builder.
uploadBase() Uri
parses a URL to the file upload endpoint.
uploadFromUrl(String sourceUrl, String pubKey, String store) Uri
parses a URL for URL upload.
uploadFromUrlStatus(String token) Uri
parses a URL for URL upload status (e.g. progress).