pyfluentformio

Fluent wrapper for creating requests to Form.io


Keywords
fluent, form, io, formio
License
MIT
Install
pip install pyfluentformio==0.1.3

Documentation

pyfluentformio

Python version of FluentJS. Allows users to perform GET and POST requests to Form.io resources and forms. It also allows the use of filters and method chaining.

Usage

from pyfluentformio import Fluent

connector = Fluent(baseUrl = 'FORMIO BASE URL', resourcePath='FORMIO RESOURCE PATH', token='FORMIO API TOKEN')

connector.get()

License

MIT