This is a demonstration of django-dataclass-autoserialize.
The usual django's
python manage.py runserver
http://localhost:5000/swagger/
There are two end points
- post
add/
with body that looks like{"x":1.2, "y":3.4}
- get
subtract/
with body that looks like{"x":1.2, "y":3.4}