https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41196 --- Comment #1 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to John Vinke from comment #0)
Some SUSHI 5 providers require additional parameters beyond those listed in the Data Provider SUSHI Credentials fields.
One such example is Harvard University Press, which requires a "platform" parameter. There is a field in the data provider record for "service platform" but this does not seem to be used.
From their SUSHI page: Multiple platforms available, populate the Platform parameter with the platform name you wish to report on Loeb+Classical+Library DARE+Dictionary
So a functional link for me looks like:
https://ams.hup.harvard.edu/rest/COUNTER/v5/ reports?customer_id=[REDACTED]&api_key=[REDACTED]&platform=Loeb+Classical+Lib rary
For now, I can get this target to work by injecting the additional parameter in my API key field, but it would be nice to have a way to handle odd extra params like this.
Hi John, what version of Koha are you using? I believe the platform parameter was added in bug 37856. -- You are receiving this mail because: You are watching all bug changes.