NatLibFi / koha-plugin-rest-di

REST API plugin for Koha to provide additional functionality for discovery interfaces such as VuFind
GNU General Public License v3.0
9 stars 9 forks source link

/api/v1/contrib/kohasuomi/biblios/{biblio_id}/holdings doesn't work for mainstream Koha #21

Closed minusdavid closed 1 year ago

minusdavid commented 1 year ago

It looks like the route /api/v1/contrib/kohasuomi/biblios/{biblio_id}/holdings will only work with Koha Suomi (or Koha implementing the MARC Holdings functionality)

minusdavid commented 1 year ago

Although I think/api/v1/contrib/kohasuomi/availability/biblios/{biblio_id}/search might meet the needs of folk with mainstream Koha...

EreMaijala commented 1 year ago

That's correct, you need holdings support for this endpoint. Unfortunately it's not easy to get that mainstreamed.

minusdavid commented 1 year ago

Yeah, I know how hard that's been for you :(

It might be worth adding a note somewhere? That I'd flag it here for anyone wanting to use it

EreMaijala commented 1 year ago

Indeed. I'll add a note to the API spec.