Bug 24354 - Add public API for library information
Summary: Add public API for library information
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Arthur Suzuki
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-06 15:54 UTC by Owen Leonard
Modified: 2024-01-25 15:05 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?