[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
Sat Nov 5 11:49:23 CET 2011


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

--- Comment #2 from Anand <anand at archive.org> 2011-11-05 10:49:23 UTC ---
Added Cover Upload API to Open Library.

POST http://openlibrary.org/api/ils_cover_upload

Request Format: Following input fields with enctype multipart/form-data

    * authorization: base64 of username:password
    * olid: Key of the edition. e.g. OL12345M
    * file: file
    * redirect_url: URL to redirect after upload

On Success: Redirect to redirect_url?status=ok

On Failure: Redirect to redirect_url?status=error&reason=bad+olid

-- 
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