TheReverend403 / uPste

A file hosting application with an emphasis on serving technology communities.
https://u.pste.pw
GNU Affero General Public License v3.0
45 stars 8 forks source link

Retrieve thumbnail through API #30

Open camjac251 opened 7 years ago

camjac251 commented 7 years ago

I was wondering if it's possible to retrieve the thumbnail through the API for sharex.

ShareX supports $ThumbnailURL on custom uploaders like

"ResponseType": "Text", "URL": "$json:data.img_url$", "ThumbnailURL": "$json:data.thumb_url$",

Would it be possible to use an API function like the deletion one "DeletionURL": "$json:delete_url$" but for the thumbnail?