https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230
--- Comment #18 from David Cook <[email protected]> --- (In reply to David Cook from comment #12) > In theory, the REST API was a good idea, but I think we've approached it a > bit naively. > > Rather than search using GET /api/v1/patrons, I reckon we should be POSTing > to something like /api/v1/patrons/search, which can perform more nuanced > operations. And we are looking into more nuanced operations but that's also > challenging in its own way (especially from a performance perspective). Actually, something like /api/v1/circ/search/patrons might be better. (Jonathan's ERM and preservation have shown how it's useful to organise endpoints under a module path.) -- 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] https://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/
