Actions
Evolution #381
closedDisplay a thumbnail after uploading to stash
Description
Currently, it only displays the link to image, it could be better to display a thumbnail using :
Fetch Submission Media Retrieve the original media associated with a Sta.sh submission. The endpoints are: * https://www.deviantart.com/api/draft10/stash/media * https://www.deviantart.com/api/draft15/stash/media Required Parameters These parameters may be sent as either GET or POST fields. access_token The token obtained by a call to /token stashid Fetch media for the submission with this id Successful Response { url: "http://fc07.deviantart.net/fs71/f/2012/188/d/8/test_by_zombiecoder-d56by34.png", size: 4913, width: 640, height: 400 }
Actions