Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledorub/form-creator-client
A client for form-creator-server app.
https://github.com/ledorub/form-creator-client
django jsonrpc
Last synced: about 1 month ago
JSON representation
A client for form-creator-server app.
- Host: GitHub
- URL: https://github.com/ledorub/form-creator-client
- Owner: Ledorub
- Created: 2022-05-13T00:02:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T05:52:00.000Z (over 2 years ago)
- Last Synced: 2024-04-22T22:36:58.540Z (7 months ago)
- Topics: django, jsonrpc
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form-creator-client
A client for form-creator-server app.Features:
- Renders form by UID;
- Submits form data.
- Renders all data for a given form UID.Provides three methods to interact with server-side API:
- `get_form(uid)` - renders form. URL: `form//`
- `post_form(uid, data)` - submits form data to server and returns data UID. URL: `form-submitted//`
- `get_form_data(uid)` - renders all data of a form. URL: `data//`