books_finder library

Enums

OrderBy
Order the query by newest or relevance
PrintType
QueryType
Special keywords you can specify in the search terms to search by particular fields

Functions

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