DiFi › class › Aggregations
From Botdom Documentation
< DiFi
This class is used in the new collections feature of deviantart, it has the following methods:
create_featured
Cannot be directly accessed through DiFi Console.
get_galleries_initial
This method usually returns the first gallery page of a user's gallery on deviantART, and takes three parameters. The parameters are all numbers. The first parameter is the user's ID number, the second parameter is the gallery mode, and the third one is another mode but I'm not sure what it is called. The following line would return the first gallery page for user (user_ID).
Aggregations;get_galleries_initial;(user_ID),20,0
The following line would return information on the different galleries that user (user_ID) has, including the gallery ID numbers.
Aggregations;get_galleries_initial;(user_ID),20,1
The following line would return user (user_ID)'s favourites.
Aggregations;get_galleries_initial;(user_ID),21,0

