Books ===== RPCS ---- .. function:: NewYorkTimes.getBestSellerLists() Get the best seller list names. **Returns:** ``List`` (`List `__ | `String `__) .. function:: NewYorkTimes.getBestSellers(list: BestSellerList, date: Date?) Get the best selling books for a given list and date. **Arguments:** - ``list: BestSellerList`` (`BestSellerList `__) - ``date: Date?`` (`Date `__) **Returns:** ``List`` (`List `__) .. function:: NewYorkTimes.getTopBestSellers(date: Date) Get the top 5 books for all the best seller lists for a given date. **Arguments:** - ``date: Date`` (`Date `__) **Returns:** ``List`` (`List `__) .. function:: NewYorkTimes.searchBestSellers(title: String?, author: String?, offset: BoundedNumber<0>?) Search for books on current or previous best seller lists. **Arguments:** - ``title: String?`` (`String `__) - ``author: String?`` (`String `__) - ``offset: BoundedNumber<0>?`` (`BoundedNumber `__) **Returns:** ``List`` (`List `__)