Performance improvements
Documentation update
Performance improvement for getproducts endpoint
Documentation update
Order create endpoint update:
Minor update:
Major update:
Removed legacy endpoint name from documentation.
Minor documentation update.
Updated security documentation with more detailed explanations and examples.
Known Issues documentation update (JS workaround for setting iframe src for modal score rendering).
Imported and linked to legacy API documentation.
Improved error handling for preview endpoint > product not found scenario.
Documentation amendments for security and authorization headers (clarification).
Minor documentation amendments. Added a live updates page with an embedded Twitter feed.
Minor documentation amendments and the first production release.
Removed known issues from main documentation as Avid have released a version of SCP which fixes license string and post-print paging bugs.
Changed suggested iframe refresh from plain Javascript to jQuery for /registerprint implementation.
Added error handling around /registerprint endpoint - returns any exception thrown as response message.
Completed implementation for /registerprint endpoint.
Updated sample Javascript for /registerprint endpoint, showing how to reset iframe src after print.
Minor documentation update for /registerprint endpoint.
*** breaking change - print score endpoint renamed ***
*** SCP API update - purchased scores which have been printed should now have printing disabled, but should still be viewable in full, i.e. paging works ***
The print score endpoint has been renamed to "view". When printing is available to the user, it will be enabled in the returned viewer instance.
When calling the view endpoint for a score which has already been printed, the viewer returned now has further printing disabled.
New endpoint - "/registerpurchase". Previously, the print endpoint could be used to register purchases and to request prints. This was confusing, so this functionality has been separated into two endpoints.
NB the register purchase endpoint returns a new SCP url which should be used to replace your view score iframe src after the Javascript call to the /registerpurchase endpoint. This ensures printing is limited to the number of copies purchased.
The required HTTP verbs have been added to the documentation section headers.
The PrintScore endpoint has been updated to take a license string as an optional parameter. Please review the documentation for the PrintScore endpoint.
***breaking changes - all endpoints***
***breaking change***
preview endpoint now takes product id, NOT catalogue reference. Previous implementation is now deprecated.
Added sample iframe HTML
Minor documentation revisions.