Bug 24354

Summary: Add public API for library information
Product: Koha Reporter: Owen Leonard <oleonard>
Component: REST APIAssignee: Arthur Suzuki <arthur.suzuki>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: arthur.suzuki, josef.moravec
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2020-01-06 15:54:28 UTC
It would be useful in the OPAC to have access to basic library data like address, phone number, web site, OPAC info, etc.
Comment 1 Arthur Suzuki 2024-01-25 14:57:59 UTC
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.
Comment 2 Arthur Suzuki 2024-01-25 15:05:56 UTC
What do you think? should we restrict the library listed by this route to the one with "public" setting set to true?