{"Blog API"}

Blog API
I use this API to manage all of my blogs. Since I use Jekyll and Github to manage all my project sites, storing content, JSON, YAML, and server and client side code in each project, I use an API to distribute the blog updates to each project endpoint. You can access all my storytelling across all of the blogs that I maintain here in this API.
On-boarding
Getting Started
Authentication
FAQ
Signup
Login
Integration
Documentation
Plans
Updates
Roadmap
Issues
Change Log
Terms of Service
Privacy Policy

Kin Lane Blog API

(Docs) (Spec)
  • Blog
    • Get All Blog Posts (GET)
    • Add Blog Post (POST)
    • Get Blog Posts By Week (GET)
    • Get Draft Blog Posts (GET)
    • Get Published Blog Posts (GET)
    • Delete Blog Post (DELETE)
    • Get Blog Post (GET)
    • Update Blog Post (PUT)
  • Tags
    • Get Blog Tags by Week (GET)
    • Get Blog Tags by Tag and Week (GET)
    • Build By Blog Tag (GET)
    • Get Tags for Blog Post (GET)
    • Add Tag for Blog Post (POST)
    • delete Tag for Blog Post (DELETE)