I have FormEncode deployed on several projects that have APIs
Has anyone written a self-documenting extension for FormSchemas?
Basically, I'd like to iterate the .fields and generate a Dict that documents the form fields and options/formats. I do this somewhat manually now, and would like to consolidate code if possible.
I have FormEncode deployed on several projects that have APIs
Has anyone written a self-documenting extension for FormSchemas?
Basically, I'd like to iterate the
.fieldsand generate a Dict that documents the form fields and options/formats. I do this somewhat manually now, and would like to consolidate code if possible.