Browse Source
Add direct_url info to API page
pull/144/merge
v1.3.2
Andrei Marcu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
templates/API.html
|
|
@ -41,6 +41,7 @@ |
|
|
|
|
|
|
|
<blockquote> |
|
|
|
<p>“url”: the publicly available upload url<br/> |
|
|
|
“direct_url”: the url to access the file directly<br/> |
|
|
|
“filename”: the (optionally generated) filename<br/> |
|
|
|
“delete_key”: the (optionally generated) deletion key,<br/> |
|
|
|
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/> |
|
|
@ -121,6 +122,7 @@ DELETED</code></pre> |
|
|
|
|
|
|
|
<blockquote> |
|
|
|
<p>“url”: the publicly available upload url<br/> |
|
|
|
“direct_url”: the url to access the file directly<br/> |
|
|
|
“filename”: the (optionally generated) filename<br/> |
|
|
|
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/> |
|
|
|
“size”: the size in bytes of the file<br/> |
|
|
|