https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36481 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 164228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164228&action=edit Bug 36481: Add GET /libraries/:library_id/cash_registers This patch adds the mentioned route. For the task it: * Adds Koha::Cash::Register->to_api_mapping with trivial mappings * Adds a cash_register object definition on the API spec * Adds a controller to handle requests * Adds tests for the new endpoint To test: 1. Apply this patch 2. Run: $ ktd --shell k$ qa => SUCCESS: All green! Tests pass! 3. Play with Postman! 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.