books_finder library

Classes

Book
BookInfo

Enums

OrderBy
Order the query by newest or relevance
PrintType

Functions

getSpecificBook(String id) Future<Book>
Get an specific book with its id. You can not add specific parameters to this.
queryBooks(String query, {String? langRestrict, int maxResults = 10, OrderBy? orderBy, PrintType? printType = PrintType.all, int startIndex = 0}) Future<List<Book>>
Query a list of books