Astro Loaders by LekoArts
Need to pull in content using Astro's content layer? Reach for one of the provided loaders below and stop dealing with complicated third-party APIs.
Star on GithubflickrPeopleGetPhotosLoader()
Return photos from the given user's photostream. Only photos visible to the calling user will be returned.
Example Output
flickrPhotosetsGetListLoader()
Returns the photosets belonging to the specified user.
Example Output
Tallinn (5)Helsinki (7)Stockholm (7)Copenhagen (7)Madeira (15)Yosemite (12)
flickrPhotosetsGetPhotosLoader()
Get the list of photos in a photoset.
Example Output
Title: Yosemite - Total images: 12
flickrPhotosetsGetListWithPhotosLoader()
This loader combines the flickrPhotosetsGetListLoader()
and flickrPhotosetsGetPhotosLoader()
loaders to get the most out of photosets. You'll get back the photosets and their list of photos.
Example Output
Title: Tallinn - Total images: 5
Title: Helsinki - Total images: 7