{"Job API"}

Kin Lane Job API
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. 
On-boarding
Getting Started
Authentication
FAQ
Signup
Login
Integration
Documentation
Plans
Updates
Roadmap
Issues
Change Log
Terms of Service
Privacy Policy

Kin Lane Job API

(Docs) (Spec)
  • Jobs
    • all jobs (GET)
    • add a job post (POST)
    • delete job (DELETE)
    • get job using its id (GET)
    • update job (PUT)
  • Tags
    • job tags (GET)
    • add tag to job (POST)
    • delete job tag (DELETE)