Hi all, I'm new to DRF, and would like to ask your opinion when it comes to master/detail development of the APIs.
What is the most reliable approach to master/detail APIs when it comes to development, maintainability and speed (retrieving data from the server and sending data to the server)? Is it better to make nested APIs, where you manage data from master/details in the same API call? Or, is it better to make separated APIs for master and detail? Would it also be the same approach when it comes to CRUD operations? Please let me know your thoughts about it. Some samples would be very much appreciated too. Thank you very much in advance. Regards, Alex -- 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.
