barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

All the Endpoint are not available. #247

Closed saileshkush95 closed 4 years ago

saileshkush95 commented 4 years ago

I want to implement whole UI using some frontend library/framework like react or vue or angular. I didn't all the endpoint in the documentation. Do i need to implement this one, this one is already exists. Any way thanks for this amazing pacakge.

barseghyanartur commented 4 years ago

Do you mean you want to implement the management interface? Management API hasn't been implemented, only forms API has (you can request forms schema and post data). Implementing management interface can be cumbersome and take a lot of time.

saileshkush95 commented 4 years ago

Exactly. Any way thanks for your quick response and happy coding.