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.