public class LivelibCrawler extends Object
| Constructor and Description |
|---|
LivelibCrawler() |
LivelibCrawler(LivelibHttpService httpService) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
getByStatus(String userName,
BookStatus status) |
List<Book> |
getRead(String userName) |
List<Book> |
getReading(String userName) |
List<Book> |
getUnread(String userName) |
List<Book> |
getWish(String userName) |
List<Book> |
searchForBook(String query) |
public LivelibCrawler()
public LivelibCrawler(LivelibHttpService httpService)
public List<Book> getByStatus(String userName, BookStatus status)
Copyright © 2016. All rights reserved.