https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41768 --- Comment #11 from Arthur Suzuki <arthur.suzuki@biblibre.com> ---
I think that you're misunderstanding what I'm saying. I probably wasn't clear enough.
What I meant was that most of our endpoints are "/admin" endpoints but we don't label them like that.
Instead, we labelled normal endpoints as "/public".
I think I get it, you're totally right, public endpoints should be the default (and probably enabled by default)
At some point, we might need to look at changing/removing the system preferences RESTPublicAnonymousRequests and RESTPublicAPI which can be used to cripple the OPAC which uses the /api/v1/public endpoints...
If you did use that /public endpoint and someone had RESTPublicAPI set to disable, then holds wouldn't work anymore in the staff interface, right?
gosh you're right. but I think that's not the only part of koha like this, the holdings table on opac-details page also make use of the public API afaik. -- You are receiving this mail because: You are watching all bug changes.