SphericalKat/katbin

API for post a snippet

RomanTsarou opened this issue · 1 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>"
    }
}