Skip to content

Goat-Lab/pyfluentformio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fluent wrapper for Python 3.7. Allows users to make requests to Form.io resources or forms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages