Get author list from AJAX API
I'm trying to write a new web-based front end to the Calibre content-server, utilizing the ajax API.
The API makes it really easy to get information about books very easily, but is there a straightforward way to get lists of authors? I want to somewhat duplicate the functionality of the "browse/category/authors" page in the default web interface, although maybe not as complex. I'd like to be able to just get a list of authors.
ajax_search only returns lists of book ids.
Is this possible?
|