Fluent wrapper for creating requests to Form.io
Project description
# 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
```python
from pyfluentformio import Fluent
connector = Fluent(baseUrl = 'FORMIO BASE URL', resourcePath='FORMIO RESOURCE PATH', token='FORMIO API TOKEN')
connector.get()
```
## License
MIT
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
```python
from pyfluentformio import Fluent
connector = Fluent(baseUrl = 'FORMIO BASE URL', resourcePath='FORMIO RESOURCE PATH', token='FORMIO API TOKEN')
connector.get()
```
## License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyfluentformio-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b38b149a2c279b2df126b0365bb211e9d7b2c40977350724fd3f97f04d908a0 |
|
MD5 | 9e82d1b8e7d5277eaf1c22a08343b9ed |
|
BLAKE2b-256 | ff20f48a582591310ed794f795cc53cd1cbbc5b1ae7b7f10c953b82e8565f0ed |