lookup
fun lookup( title: String, author: String? = null, includeAuthorInSearch: Boolean = author != null): GoodReadsMetadata
Content copied to clipboard
Try to find a match on GoodReads using the given parameters, then fetch and return the associated metadata. This is equivalent to GoodReadsLookup(... params ...).findBestMatch().getMetadata().
See also
Throws
if no book matching the parameters is found