https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17371

            Bug ID: 17371
           Summary: REST API: add CRUD for biblios
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Web services
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

This bug proposes to add full CRUD for biblios to the REST API, meaning a basic
endpoint for managing records outside of Koha staff. It will make use of Koha
Objects and largely replicate the /svc/biblios functionality, but from a
RESTful perspective.

Proposed routes :

GET    /api/v1/biblios/{biblionumber}                 Get a simple record
GET    /api/v1/biblios/{biblionumber}/items           Get a record with items
GET    /api/v1/biblios/{biblionumber}/expanded        Get a record with items
and item statuses
POST   /api/v1/biblios/{biblionumber}/{frameworkcode} Create a record with
items (and optional framework)
PUT    /api/v1/biblios/{biblionumber}/{frameworkcode} Update a record without
touching items (and optional framework)
DELETE /api/v1/biblios/{biblionumber}                 Delete a record with
items

POST and PUT will take marcxml as input

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to