EasyForm integration for plone.restapi.
- Get the
EasyForm
schema inJSON+SCHEMA
format using the@form
endpoint. - Post form data to an
EasyForm
form using the@form
endpoint.
Install cusy.restapi.easyform
by adding it to your buildout:
[buildout] ... eggs = cusy.restapi.easyform
and then running bin/buildout
- Issue Tracker: https://github.com/cusyio/cusy.restapi.easyform/issues
- Source Code: https://github.com/cusyio/cusy.restapi.easyform
If you are having issues, please let us know by adding a new ticket.
The project is licensed under the GPLv2.