{"Note API"}

API Documentation
All of my ideas that pop into my ahead as I'm monitoring the space end up here. Anything that becomes a blog post will start as a POST to this notes API. My goal is to capture ALL of my thoughts, and then sort through to find what is the best. It works much like curation for the news, but this time its the stream of noise coming from my brain.
Kin Lane Note API OpenAPI Spec
Notes
get notes /notes/ GET
add note /notes/ POST
delete note /notes/{notes_id}/ DELETE
get note /notes/{notes_id}/ GET
update note /notes/{notes_id}/ PUT
get note tags /notes/{notes_id}/tags/ GET
add note tag /notes/{notes_id}/tags/ POST
delete a notes tag /notes/{notes_id}/tags/{tag}/ DELETE