Comment 19 for bug 1812781

Revision history for this message
Justin Marshall (jdmarshall90) wrote :

3.39.1 fixed that problem, but I am now noticing something else: in the array of books in the response, I don't get a cover or thumbnail property in the JSON. I would expect to get this back, because the response for the "/ajax/book/" endpoint gives these.

I could always programmatically generate this URL client side based on the book ids in the response, but that would feel ... hacky. I would rather the endpoint output match "/ajax/book/"'s output.

Are these missing URLs intentional, or is this a defect?

Thanks