Confirmed users
19
edits
No edit summary |
|||
Line 37: | Line 37: | ||
The API is a two-endpoint HTTP API that accepts (via POST) HTML documents and serves those documents via a short url. The HTML documents are cleaned by [http://pypi.python.org/pypi/bleach Bleach] before being served. | The API is a two-endpoint HTTP API that accepts (via POST) HTML documents and serves those documents via a short url. The HTML documents are cleaned by [http://pypi.python.org/pypi/bleach Bleach] before being served. | ||
= API Methods = | == API Methods == | ||
<table> | <table> | ||
Line 62: | Line 62: | ||
</tr> | </tr> | ||
</table> | </table> | ||
== Stored Data == | |||
{| class="wikitable" | |||
|- | |||
! What | |||
! Where | |||
|- | |||
| End-User Created HTML Documents | |||
| In MySQL | |||
|} |