27 Mar
2020
27 Mar
'20
12:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #79 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #76)
(In reply to Tomás Cohen Arazi from comment #74)
The fact it relies on the API should be a good thing for everyone, no one wants to add new CGI controller scripts that can only be tested with selenium :-D
The problem is having all the logic in Koha::REST, how do you do if you want to reuse this code outside of a REST API call?
The logic in the API is mostly permission based, and pretty light in my opinion. Why are you interacting with this code outside of the API, and what are you trying to do? -- You are receiving this mail because: You are watching all bug changes.