Books

RPCS

NewYorkTimes.getBestSellerLists()

Get the best seller list names.

Returns: List<String> (List | String)

NewYorkTimes.getBestSellers(list: BestSellerList, date: Date?)

Get the best selling books for a given list and date.

Arguments:

Returns: List<BestSeller> (List)

NewYorkTimes.getTopBestSellers(date: Date)

Get the top 5 books for all the best seller lists for a given date.

Arguments:

Returns: List<BestSeller> (List)

NewYorkTimes.searchBestSellers(title: String?, author: String?, offset: BoundedNumber<0>?)

Search for books on current or previous best seller lists.

Arguments:

Returns: List<Book> (List)