https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com Status|Signed Off |In Discussion --- Comment #32 from Jonathan Druart <jonathan.druart@gmail.com> --- Settings to in discussion for the delete/checkin decision. Has this been discussed before? I found this on the wiki: https://wiki.koha-community.org/wiki/New_REST_API_RFC GET /rest/v1/borrower/<borrowernumber>/checkout Gets list of currently checked out items for this patron POST /rest/v1/borrower/<borrowernumber>/checkout/<barcode> Check out an item to this patron PUT /rest/v1/borrower/<borrowernumber>/checkout/<barcode> Renew an item already checked out to this patron DEL /rest/v1/borrower/<borrowernumber>/checkout/<barcode> Return an item checked out to this patron -- You are receiving this mail because: You are watching all bug changes.