Nikolai
Dec-01-2004, 09:23 AM
The following BUG needs to be fixed:
createAlbum boolean settings are not used, a newly album always has smugmug's default settings regardless of parameters' values.:deal
Also, the following feature is highly needed:
getting list of all categories AND subcategories in ONE shot.:deal
Currently I have to get list of categories first and then make N (a very large N!) calls for list of subcategories, which makes the whole process very lengthy and cumbersome.
I understand that introducing the new API can take time. Hence I'm suggesting to make a VERY SIMPLE (interface-wise) modification to an existing one, namely getAlbums.
Currently it takes one mandatory parameter (SessionID) and one optional - Nickname. I'm suggesting to add third optional parameter:
FullList: boolean
By default (if not mentioned) its value is, naturally, zero, i.e. FALSE. But if it's TRUE, method should return all possible categories and subcategories, even if there is no albums. For such "empty" lines AlbumID will be 0 and Title will be empty. This will be very easy to parse.
Please, guys, help! :bow It can't be that difficult to change..:deal
Thank you!:lust
createAlbum boolean settings are not used, a newly album always has smugmug's default settings regardless of parameters' values.:deal
Also, the following feature is highly needed:
getting list of all categories AND subcategories in ONE shot.:deal
Currently I have to get list of categories first and then make N (a very large N!) calls for list of subcategories, which makes the whole process very lengthy and cumbersome.
I understand that introducing the new API can take time. Hence I'm suggesting to make a VERY SIMPLE (interface-wise) modification to an existing one, namely getAlbums.
Currently it takes one mandatory parameter (SessionID) and one optional - Nickname. I'm suggesting to add third optional parameter:
FullList: boolean
By default (if not mentioned) its value is, naturally, zero, i.e. FALSE. But if it's TRUE, method should return all possible categories and subcategories, even if there is no albums. For such "empty" lines AlbumID will be 0 and Title will be empty. This will be very easy to parse.
Please, guys, help! :bow It can't be that difficult to change..:deal
Thank you!:lust