How to efficiently set up REST Resource, JSON Data Source and Asset Listings?


(Bdebroglio) #1

Don't fully grok Squiz yet, hoping you can steer me in the right direction...

 

I've set up a REST Resource asset that makes a call to the Flickr API and supplies data (contents of a photo album) to a JSON Data Source asset.

 

From there, I get JSON & Squiz Keywords back, and can display the photo album using an Asset Listing.

 

But how best to set up Squiz to allow editors to add photo albums over time? The call to the Flickr API (in the REST Resource) has the photo album ID hard-coded in the URL.

 

 

Is it possible to maintain a single REST Resource and Asset Listing asset?