{"Job API"}

API Documentation
I use a variety of automated jobs to orchestrate my world, and this is the API I am using as a central hub for this. This API acts as a facade for other tools I use like AWS and EasyCron. I'm trying to keep centralized, no matter what tool I use in the end, to help me centralize and switch out services when I need to. 
Kin Lane Job API OpenAPI Spec
Jobs
all jobs /job/ GET
add a job post /job/ POST
delete job /job/{job_id}/ DELETE
get job using its id /job/{job_id}/ GET
update job /job/{job_id}/ PUT
Tags
job tags /job/{job_id}/tags/ GET
add tag to job /job/{job_id}/tags/ POST
delete job tag /job/{job_id}/tags/{tag} DELETE