KuebikoClient class

Constructors

KuebikoClient(KuebikoConfig _config)

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

createFolder(String path) Future<void>
createLibrary(String name, String path) Future<Library>
createSeries({required String name, required String author, required String description, required int numberOfVolumes, required String publisher, required String language, required String genre, required String ageRating, required String type, required List<String> locked}) Future<Series>
createUser(String email, String name, String password, List<String> role, String anilistName, String anilistToken) Future<User>
currentUser() Future<User>
docs() Future<Uri>
getAllSeries() Future<List<Series>>
getBooks(BookSorting sorting, SortingDirection sortingDirection) Future<List<Book>>
getConfig() KuebikoConfig
getFolderContent(String path) Future<List<String>>
getInitialized() bool
getLibraries() Future<List<Library>>
getSettings() Settings
getUsers() Future<List<User>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renewMetadataAll() → void
scanAll() → void
status() Future<String>
toString() String
A string representation of this object.
inherited
upload(Library library, Uint8List fileContent) Future<Book>

Operators

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

Static Methods

login(KuebikoConfig config, String username, String password) Future<KuebikoClient>