mec / kirby-simple-api

A super simple json api for Kirby.
40 stars 1 forks source link
api cms kirby plugin

Kirby Simple API

An experiment in 'de-coupled' or 'headless' Kirby. The idea is to provide an API for content to consume with a frontend framework (React?) whilst using the Kirby backend and panel to add and update content.

Installation

Copy the kirby-simple-api folder to your site > plugins folder

Endpoints

Advanced Branch

Built a more advanced version that is on the 'advanced' branch. This ones bundles up all the page, children and images in a single json file:

Read more

https://medium.com/@mecrawlings/decoupled-kirby-d22416f567e9