Neocities class

Constructors

Neocities.new({String? username, String? password, String? apiKey, Map<String, String> options = const {}})

Properties

apiKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
options Map<String, String>
getter/setter pair
password String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
no setter
username String?
getter/setter pair

Methods

close() → void
delete(List<String> filenames) Future<String>
info(String? siteName) Future<Info>
Request info for a neocities site (does not require authentication)
key() Future<String>
list(String? path) Future<List<File>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rename(String path, String newPath) Future<String>
toString() String
A string representation of this object.
inherited
upload(List<UploadFile> files) Future<String>

Operators

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