EasyForm integration for plone.restapi.
- Get the
EasyFormschema inJSON+SCHEMAformat using the@formendpoint. - Post form data to an
EasyFormform using the@formendpoint.
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.