{"Tip API"}

API Documentation
To compliment my questions, and certification APis, I created this tip API to offer tips along with the answers to questions, and that might encourage an API provider, or consumer to evolve towards a certification. This API is still in development, but hopefully some day will be a wealth of tips about how to do APis.
Kin Lane Tip API OpenAPI Spec
Tips
all tips /tip/ GET
add a tip post /tip/ POST
delete tip /tip/{tip_id}/ DELETE
Retrieve a tip using its slug /tip/{tip_id}/ GET
update tip /tip/{tip_id}/ PUT
tip tags /tip/{tip_id}/tags/ GET
add tag to tip /tip/{tip_id}/tags/ POST
delete tip tag /tip/{tip_id}/tags/{tag} DELETE