user-defined fields read/write enforcement
Open
- Dominant language
- Python
- Stars
- 415
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
two use cases:
* you subclass our model to add a computed -- readonly
* you subclass our model to add more input for your endpoints -- write/read
we can decide automatically for variants: subclass top-level model - get a readonly computed; subclass create variant get a mutable one
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.