{"Page API"}

API Documentation
Pages provide access to the content and data I make available across my network. I use Jeyll to manage my content, but it is this API that handles the management, and publishing of those pages. This API provides access to pages, which I may use on one or many of my Jeykyll driven sites, usually hosted via Github Pages.
Kin Lane Page API OpenAPI Spec
Page
retrieves all pages /page/ GET
add page /page/ POST
delete page /page/{page_id} DELETE
Retrieve a page using its id /page/{page_id} GET
update page /page/{page_id} PUT