DASubmitDeviation - danopia/deviantart-difi GitHub Wiki
Lists the deviation categories in one large, text-formatted list.
- Called when loading the "Submit Deviation" page.
None.
A large string of labels and IDs, formatted into an ASCII tree. Here's the first few lines of the printed string:
Anime & Manga
.Digital Media
..3D:1624
..Drawings:852
..Manga (comics)
...Pages & Panels:1619
...Strips:1618
..Oekaki:778
..Paintings:1137
..Vector:1623
.Traditional Media
..Drawings:761
..Manga (comics)
...Pages & Panels:1628
...Strips:1627
..Mixed Media:1632
..Paintings:1141
Anthro
.Digital Media
undocumented
Renders a preview of a deviation's description.
- Used to show description previews in the Submit Deviation page.
-
description
: string
HTML string, for example:
"Hey! <a href=\"http:\/\/rickrollplz.deviantart.com\/\"><img class=\"avatar\"
src=\"http:\/\/a.deviantart.net\/avatars\/r\/i\/rickrollplz.gif?4\" alt=\":iconrickrollplz:\"
title=\"rickrollplz\"\/><\/a>"
Returns list of privileged categories
- Unknown, possibly to recognize hidden categories?
None
Array of categories
[{"title":"Applications","path":["artid","3383"]},{"title":"Customization > Skins & Themes > Internet Utilities > Deviantart.com Skins","path":["artid","1364"]},{"title":"deviantART Related > deviantWEAR & Prints > Featured Action Shots","path":["artid","1860"]},{"title":"deviantART Related > deviantWEAR & Prints > For Sale","path":["artid","1834"]},{"title":"deviantART Related > deviantWEAR & Prints > Reprinting","path":["artid","1835"]},{"title":"deviantART Related > deviantWEAR & Prints > Sold Out","path":["artid","1836"]},{"title":"Journals > General","path":["artid","3486"]}]
Returns preview of literature
- Show preview of literature
-
literature
: string
Formatted literature in HTML.
Seems to return a list of Literature categories
- boolean (false = Literature, true = Journals?)
- boolean (false and previous is also false = all Literature categories, true and previous is false = only pure Literature categories; doesn't do anything if previous is true)
undocumented
- string (i.e. "submitpolicy", returns the dA Submit Policy)
undocumented
- string (i.e. "submitpolicy", returns the dA Submit Policy)
Returns the Motion Books category.
None