AnnaApi class

This class contains methods for interacting with Anna's Archive.

Constructors

AnnaApi()

Properties

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

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
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