Summary: | Add public API for library information | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | REST API | Assignee: | Arthur Suzuki <arthur.suzuki> |
Status: | RESOLVED WONTFIX | 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: | ||
Circulation function: |
Description
Owen Leonard
2020-01-06 15:54:28 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. 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. |