I've been using DRF for the past year. After struggling with so-called 
"minimalist" REST frameworks, DRF has transformed my programming experience 
for the better. Thanks Tom Christie and the rest of the Django/DRF 
community!

I often use some additional functionality to dynamically expand primitive 
fields into nested objects, and to dynamically set which fields are 
returned in my responses. I didn't see a similar package out there, though 
there are more complex <https://github.com/AltSchool/dynamic-rest> and more 
basic <https://github.com/dbrgn/drf-dynamic-fields> ones. Big thanks to 
those authors for some design inspiration. 

So I thought I'd package up the additional functionality I place in most of 
my projects and share it with the community:
https://github.com/rsinger86/drf-flex-fields

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to