[Koha-bugs] [Bug 7152] Koha should make it easy for librarians to attach covers using Open Library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 6 18:17:32 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7152

--- Comment #9 from Anand <anand at archive.org> 2011-11-06 17:17:32 UTC ---
Robin, the ils_search API currently works only with the exact matches. Here is
an example that works. 

$ curl -H 'content-type: application/json' -d
'{"authors":["test"],"publish_date":null,"title":"Test1","publisher":null,"isbn":["978-1-935928-32-4"]}'
http://openlibrary.org/api/ils_search
{"status": "found", "cover": {"small":
"http://covers.openlibrary.org/b/id/6685633-S.jpg", "large":
"http://covers.openlibrary.org/b/id/6685633-L.jpg", "medium":
"http://covers.openlibrary.org/b/id/6685633-M.jpg"}, "olid": "OL24605334M",
"key": "/books/OL24605334M"}

I'll work on improving it in next couple of days.

And I forgot to deploy the upload API to production. Sorry about it. It is
working now.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list