It would be useful in the OPAC to have access to basic library data like address, phone number, web site, OPAC info, etc.
This seems to be already fixed, given the following documentation : https://api.koha-community.org/21.11.html#tag/libraries/operation/getLibraryPublic However, it may be useful if this route would only show libraries with the "public" settings set to true.
What do you think? should we restrict the library listed by this route to the one with "public" setting set to true?
We will solve this by filtering the response on client side.