API Method to Get Keyword List?
David PL
Registered Users Posts: 80 Big grins
Hello,
This is likely a request for a new API method, but if there is currently an alternative that would also work to get the same result, I would be interested. I would like a method to be able to retrieve a list of keywords for a user. This capability would be very useful for the software application I am currently developing for the following reasons:
This is likely a request for a new API method, but if there is currently an alternative that would also work to get the same result, I would be interested. I would like a method to be able to retrieve a list of keywords for a user. This capability would be very useful for the software application I am currently developing for the following reasons:
- I am developing a feature that will enable a user to add/change keywords of the photos already on their SmugMug site. Being able to easily obtain the list of all their current keywords would allow for the entry box to be pre-populated with the user's current keywords. This will allow for easier entry of keywords and also allow for more consistent choice of keywords when keywording photos.
- For the photo browsing/download capabilities I am working on, it would be great to be able to obtain the list of keywords, so that the user could select from the list, and then retrieve the photos matching those keywords. As it is now, SmugMug already has the keyword RSS Feeds that could can be used to query SmugMug for the photos matching a given keyword, so with the capability to first retrieve the list of keywords, you could then use the Feeds to then obtain the photos matching a keyword.
0
Comments
I wanted to see if there is any update on whether this request is under consideration. I still haven't found a solution or workaround to this. One possibility for implementation would be to add a method called "smugmug.users.getImageKeywords" that would simply return a list of all indexed image keywords used for the user's account.
That would provide the functionality I am hoping for.
Thanks for all the work on the API.