Hi everyone,
I've got a REST resource asset calling the Flickr API to get a list of photos in a Flickr album.
Works nicely.
But is there a way to re-use one REST resource for getting multiple albums?
That is, can you replace the album ID in the HTTP Request URL dynamically?
The HTTP Request URL looks like this:
https://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos&api_key=[KEY]&photoset_id=[album ID]&format=json&nojsoncallback=1
Or will I need to create a new REST resource asset for each Flickr album?