SphericalKat / katbin

Small, lightweight pastebin+URL shortener written in Elixir using the Phoenix framework.

Home Page:https://katb.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for post a snippet

RomanTsarou opened this issue · comments

It would be useful to have an API for publishing snippets

APIs now exist, you can now create a snippet with the API using

POST https://katb.in/api/paste

{
    "paste": {
        "content": "<content>"
    }
}