aaronpk / p3k

This is a repository for filing issues against the software the runs my website. The source code is not public, but various components are.
https://aaronparecki.com/
MIT License
14 stars 0 forks source link

Refactor to have a single endpoint for creating all new posts #17

Closed aaronpk closed 10 years ago

aaronpk commented 10 years ago

Any post I create should go through a single API endpoint to make it easier to maintain.

Should use micropub

aaronpk commented 10 years ago

Requires #33

aaronpk commented 10 years ago

This is now in place. I have a micropub endpoint which can create notes and other entries. Based on the client_id or data present in the request, the endpoint decides what to do with the post.