API for post a snippet #10

Closed
opened 2021-11-26 10:35:02 +00:00 by RomanTsarou · 1 comment
RomanTsarou commented 2021-11-26 10:35:02 +00:00 (Migrated from github.com)

It would be useful to have an API for publishing snippets

It would be useful to have an API for publishing snippets
SphericalKat commented 2022-05-28 05:11:04 +00:00 (Migrated from github.com)

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

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

{
    "paste": {
        "content": "<content>"
    }
}
APIs now exist, you can now create a snippet with the API using ``` POST https://katb.in/api/paste { "paste": { "content": "<content>" } } ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sphericalkat/katbin#10
No description provided.