https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31983 Bug ID: 31983 Summary: Add "public_api_routes" Koha plugin method Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org At the moment, Koha plugins put all their API routes under /api/v1/contrib/<api_namespace>. It would be useful to be able to put API routes under either of these two paths: /api/v1/contrib/<api_namespace> /api/v1/public/contrib/<api_namespace> That way, we can more easily separate the public and non-public API interfaces. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.