A simple web server that listens for a post request
273
A simple web server that listens for a post request in the form of:
https://note.api.host/new? \
title={{Title}}&
tags={{Tags}}&
date={{CreatedAt}}
The application/json` data should look like this:
{
"body": "{{BodyHTML}}",
"url": "{{PublicUrl}}"
}
Content type
Image
Digest
Size
22.1 MB
Last updated
over 7 years ago
docker pull nuxdie/note_api