good_reads 0.0.1 good_reads: ^0.0.1 copied to clipboard
An easy to use SDK for interacting with the popular GoodReads Service. It provides a simple interface for fetching and parsing data from the service.
Flutter SDK for GoodReads's Service.
Features #
- Returns a collection of books available in a valid goodreads clolection.
Getting started #
Usage #
final api = GoodReadsApi();
final shelf = await api.fetchCollection(
'https://www.goodreads.com/review/list/145381477-alvyn-fasuyi?shelf=read',
);