Penguin Random House Developer Blog

Enhanced API v1.3.16 released

On Friday May 11, 2018, version 1.3.16 of the Enhanced PRH API was released to production. If you encounter any problems with your applications as a result of these changes, please contact us at api@penguinrandomhouse.com.

Version 1.3.16 release notes

This version fixes a bug in the /titles/{isbn}/views/also-purchased view where an exception was being generated if the supplied ISBN was not found.

A change was made for the PEEPS project where the representation of categories was modified in the /titles/{isbn}/views/peeps view. We also added the titleBlock element to the /titles/views/istca view and the parameter cacheVersion was whitelisted so that it would not cause an "unknown parameter" warning.

Bug

  • [RHAPI-945] - /titles/{isbn}/views/also-purchased generating NPE when the ISBN is not available

Task

  • [RHAPI-942] - Modifications to the PEEPS APi
  • [RHAPI-947] - Add cacheVersion to the list of allowed parameter names in an API request.
  • [RHAPI-950] - Add ISBN_BLOK to /titles/views/istca representation