AnnaApi class
This class contains methods for interacting with Anna's Archive.
Constructors
- AnnaApi()
Properties
Methods
-
convertListToModelWithErrorCount<
T> (List< Bs4Element> data, T fromJson(Bs4Element map)) → ConversionResult<T> -
inherited
-
cookSoup(
String url) → Future< BeautifulSoup> -
Scrapes the given URL and returns a BeautifulSoup object.
inherited
-
find(
SearchRequest searchRequest) → Future< List< Book> > - Returns a List of books based on a search request.
-
getBookfromAnna(
Bs4Element soupElement) → Book -
getDownloadLink(
String md5) → Future< String?> - Returns a download link for a book for a given md5.
-
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