[Koha-bugs] [Bug 31983] New: Add "public_api_routes" Koha plugin method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 26 04:19:11 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31983

            Bug ID: 31983
           Summary: Add "public_api_routes" Koha plugin method
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Plugin architecture
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

At the moment, Koha plugins put all their API routes under
/api/v1/contrib/<api_namespace>.

It would be useful to be able to put API routes under either of these two
paths:

/api/v1/contrib/<api_namespace>
/api/v1/public/contrib/<api_namespace>

That way, we can more easily separate the public and non-public API interfaces.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list