Project

General

Profile

Actions

Evolution #381

closed

Display a thumbnail after uploading to stash

Added by kervala almost 11 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
Stash
Target version:
Start date:
09/23/2013
Due date:
% Done:

100%

Estimated time:

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

Also available in: Atom PDF