Skip to content

collective/plone.jsonapi.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plone.jsonapi.example

Author: Ramon Bartl
Version: 0.1dev

This example shows how to provide JSON API URLs for custom Dexterity content types using plone.jsonapi.core and plone.jsonapi.routes.

A simple Dexterity based Todo content type is provided in src/plone.todos. A Todo Item is basically an item with a title where the user can enter a task, a description, where the user can add some additionaly notes and a completed field, where the todo item can be completed.

The JSON API is defined in the api module of the plone.todos package. It uses the plone.jsonapi.routes to provide the get, create, update and delete functionality.

MIT - do what you want

About

Plone JSONAPI Example for custom Dexterity Content Types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published