Skip to content

Instantly share code, notes, and snippets.

@ConnorA
Created June 19, 2011 01:00
Show Gist options
  • Save ConnorA/1033639 to your computer and use it in GitHub Desktop.
Save ConnorA/1033639 to your computer and use it in GitHub Desktop.
Mood : getMoodsFlattened : [ no params ]
Comments : getArtistComment : [ dev_id ] -- deviantion id
Comments : getThread : [ 1, -- no idea
dev_id,
50 ]
Comments : getBodies : [ comment_id,
typeid,
itemid,
user_id ]
CommentAttributes : hide : [ comment_id,
item_id,
type_id ]
CommentAttributes : unhide : [ comment_id,
item_id,
type_id ]
CommentAttributes : block : [ comment_id,
item_id,
type_id ]
deviantWEAR : requestReprint : [ id ] --id of the print
PrintShop : addToCart2 : [ id,
0,
user_id, -- or zero if there is none
quantity ]
Deviation : Favourite : [ id ]
Deviation : RequestPrint : [ id ] -- deviation id
Deviation : DeleteSingle : [ id,
reason ]
Deviation : RemoveFromGroup : [ dev_id,
group_id ]
DeviationView : getInlineEditor : [ id ]
Resources : htmlFromRID : [ ?,
?,
view,
options ] -- ?
Resources : htmlFromQuery : [ query,
offset,
count,
view,
options ]
DAMinish : messages : [] -- returns... something.
DAChat : chatrooms : [] -- returns chatrooms
DASubmitDeviation : format_description : [ text ]
DASubmitDeviation : dbcategories : []
DASubmitDeviation : special_terms : [ cat_id ]
DrawPlz : get_contest_data : [ contest_id ]
DrawPlz : send_message : [ draft_id,
message,
timestamp ] -- unsure
DrawPlz : fetch_message : [ draft_id,
timestamp ]
DrawPlz : get_updates : [ draft_id,
version,
timestamp ] --unsure
DrawPlz : kick_participant : [ draft_id,
username ]
DrawPlz : invite_participant : [ draft_id,
array_of_recipients,
message ]
DrawPlz : set_public : [ draft_id,
new_state ]
DrawPlz : get_brushes : [ contest_id ]
DrawPlz : save_user_settings : [ settings ]
DrawPlz : load_user_settings : []
DrawPlz : start_posting_vml_to_deck : [ base64_image_data ]
DrawPlz : post_to_deck : [ base64_image_data ]
DrawPlz : post_to_contest : [ contest_id,
base64_data,
width,
height ]
DrawPlz : check_vml_deckid : [ id ]
DrawPlz : deckList : []
DrawPlz : get_draft_list : [ offset, limit ]
DrawPlz : delete_draft : [ draft_id,
offset,
limit ]
DrawPlz : save_shared_draft : [ title,
draft_id,
replace_id,
item_id ]
DrawPlz : share_draft : [ draft_id,
recipients,
message ]
DrawPlz : save_draft : [ draft_id,
title,
width,
height,
DRAFT_FORMAT_VERSION,
layers_length,
json, -- the draft to json
thumbData,
replace_id ] -- or zero
DrawPlz : load_draft : [ draft_id ]
DrawPlz : create_collaboration : [ draft_id,
usernames,
message ]
DrawPlz : autosave_draft : [ draft_id,
title,
width,
height,
format_version,
layers_length, -- amount of layers
json, -- the draft in json form
thumb_data ]
DrawPlzModals : share_draft : []
DrawPlzModals : save_draft : []
DrawPlzModals : load_draft : []
DrawPlzModals : new_file : []
DrawPlzModals : progress : []
DrawPlzModals : save_prompt : [ msg ]
DrawPlzModals : deck : []
DrawPlzModals : html5 : []
DrawPlzModals : ie9 : []
DrawPlzModals : submit : [ draft_id ]
DrawPlzModals : image_import : []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment