{"Link API"}

API Documentation
This is where I track on all the links I use across my work. I'm trying to provide a central source of links to run other aspects of harvesting, monitoring, and key elements of the APi space. The goal is to have all links centrally stored here, providing a single list I can apply.
Kin Lane Link API OpenAPI Spec
Links
all links /links/ GET
add a link /links/ POST
delete link /links/{link_id}/ DELETE
get link /links/{link_id}/ GET
update link /links/{link_id}/ PUT
Tags
link tags /links/{link_id}/tags/ GET
add tag to link /links/{link_id}/tags/ POST
delete link tag /links/{link_id}/tags/{tag} DELETE