serverless-micropub
- POST
/micropub
- Micropub endpoint handler
- GET
/micropub?q={config,media-endpoint,syndicate-to,post-types}
- Query your micropub configurations.
- GET
/micropub?q=source&url
- Get properties for post in
url
. Optionally can also add properties=
to only get those properties as the response. See 3.7.2 Source Content.
- Query your micropub configurations.
- POST
/media
- Micropub media endpoint handler
- GET
/media?q=source
- Get list of most recently uploaded files. See discussion about proposed extension.