PDA

View Full Version : API request: get category branch


Nikolai
Dec-03-2004, 10:38 AM
I need to have an ability to get the contents of the category.
Again, if new API is undesirable, the following extension to getAlbums may do the trick:
I already suggested to add an optional FullList parameter.
So we may add two more:
optional FilterCategoryID - if empty - default behavior
optional FilterSubCategoryID - ignored if FilterCategoryID is empty.

The reason I'm asking is that sometimes I only need to get one branch. Currently I have to get all and the filter locally. Works ok, but on a slow connection can be an issue..

What do you think?