Ideas for Arc XP

Improve https://washpost.arcpublishing.com/pb/api/docs/index.html#api-Render-Feature_by_URI

Getting this endpoint to work from the admin is kind of annoying and goofy. It's annoying because uri is reqiured, but the uri you can get from the JSP (/~rWhatever) doesn't actually work. Furthermore, ${renderingId} is not available from the JSPs, so you need to parse the uri from the rid and pass in the parsed rid. And the goofy part? You need to pass a blank uri b/c it's required!

My recommendation (in consultation with Luke Mason) is:
1) drop the uri requirement.

2) Add rid to the documentation

3) Expose ${renderingId} to the JSPs.

  • Guest
  • Nov 27 2018
  • Will not implement
Categories Other
I need it... Month
  • Attach files
  • Admin
    Kirti Kamtikar commented
    May 31, 2019 18:58

    Not considering new functionality for classic unless it is a major blocker.