Django Viewflows - Defining An Api Flow
I've an API endpoint, /api/create/. This creates a new entry in the DB depending upon the payload received from the client. Payload - { 'field1': 'value1`, 'field2': 'value2`, 'fi
Solution 1:
You can use viewflow.rest
package to create the REST APIs. Please look at the demo project and view flow rest documentation.
Please note that this feature is available in PRO Only
https://github.com/viewflow/cookbook/tree/master/react_ui
http://docs.viewflow.io/viewflow_rest.html
viewflow.rest package provides a flow implementation with the REST interface.
Post a Comment for "Django Viewflows - Defining An Api Flow"