Rest-API-Service sub-templateΒΆ

Description

Adding a restapi_service to an existing add-on package.

With this sub-template, you can add a restapi_service to a Plone package.

First create a Plone add-on package:

mrbob -O collective.todos bobtemplates.plone:addon

then change into the created folder collective.todos and create your restapi_service:

mrbob bobtemplates.plone:restapi_service

It will ask you about the name of your Rest-API service class and name.

You will find the created restapi_service in the services folder inside the api folder.