flyingpylon
Jan-30-2005, 06:17 PM
I've finally gotten some time to hack around with the API and have managed to cobble together a script that allows me to export a list of images and their original filenames. I will be importing this list into another database.
Something that would be quite useful is a method called getAllImageInfo (or similar) that would take an AlbumID and return all of the image info for each image in the album.
Though large albums could generate a pretty large response, it seems like it would beat what I'm doing now, which is iterating over the array returned by getImages and calling getImageInfo for each one.
Any thoughts?
Something that would be quite useful is a method called getAllImageInfo (or similar) that would take an AlbumID and return all of the image info for each image in the album.
Though large albums could generate a pretty large response, it seems like it would beat what I'm doing now, which is iterating over the array returned by getImages and calling getImageInfo for each one.
Any thoughts?