drf-polymorphic 1.0.0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

drfpolymorphic 1.0.0

DRF-polymorphic

Version:
1.0.0

Source:
https://github.com/maykinmedia/drf-polymorphic

Keywords:
django, rest, polymorphic




Polymorphic support for DRF without Django models


Overview
Polymorphism happens when a resource takes a certain shape depending on the type
of the resource. Usually they have a common base type. The exact type/shape is not
statically known, but depends on the run-time values.
Unlike django-rest-polymorphic
this implementation doesn’t require the usage of django-polymorphic model classes
and can be used even without django models.
The implementations also includes the extension for DRF spectacular schema generation.
See the documentation for getting started and usage examples.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.