{"Tag API"}

API Documentation
My entire system runs on tags. Each blog, company, API, and news article gets tagged, putting everything into buckets. Even tags have tags, and this is the API I am evolving to help me manage this tagging system. I have a system that even lets me rate APIs and the companies that operate them. I just have to bring out all of the functionality as endpoints, here in my tagging API. This API is active, but also has a lot of work going on.
Kin Lane Tag API OpenAPI Spec
Tags
retrieves all tags /tag/ GET
add tag /tag/ POST
delete tag /tag/{tag_id}/ DELETE
get tag /tag/{tag_id}/ GET
update tag /tag/{tag_id}/ PUT