I am using uplink in a project in order to communicate to an external API. In the project we are using django rest framework. DRF's serializers are much similar to Schemas of marshmallow. For that despite we are using DRF's serializers in other parts of code, for those parts pertinent to making requests and using uplink I had to introduced a new dependency (marshmellow) to the project.
I was wondering if support for serializers of django rest framework could be added along with marshmallow.
Thanks for the perfect library BTW.
I am using uplink in a project in order to communicate to an external API. In the project we are using django rest framework. DRF's serializers are much similar to
Schemas of marshmallow. For that despite we are using DRF's serializers in other parts of code, for those parts pertinent to making requests and using uplink I had to introduced a new dependency (marshmellow) to the project.I was wondering if support for serializers of django rest framework could be added along with marshmallow.
Thanks for the perfect library BTW.