Summary: | Add a proof of concept JSON-RPC driven endpoint for RPC style calls that don't fit REST ideals | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Web services | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30652 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38226 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 38745: Add RPC Router
Bug 38745: Start adding a populate_empty_callnumbers RPC method |
Description
Martin Renvoize (ashimema)
2024-12-18 17:06:44 UTC
Created attachment 175843 [details] [review] Bug 38745: Add RPC Router This patch add an RPC controller under the REST API to act as a router for JSON-RPC 2.0 syle requests. Created attachment 175844 [details] [review] Bug 38745: Start adding a populate_empty_callnumbers RPC method This patch takes the populate_empty_callnumbers method as proposed on bug 38226 and modifies it for json-rpc expectations. Very much a proof of concept for code and not usable yet |