I use the library https://www.django-rest-framework.org/
It's very easy to implementation, too to models is serializer and convert a "json" formart to manipulate the information, too can add method how CreateApiView, UpdateApiView, DeleteApiView.., and others method important to manipulate the REST API with con DJANGO. I recommended that next the documentation, is very explain. *____________________________________* *FERNANDO HERNÁNDEZ DE LA CRUZ* *Python Developer* Villahermosa, Tabasco, México. El mar., 15 oct. 2019 a las 9:50, clark wayne (<[email protected]>) escribió: > Hello, so I'm trying to figure out how to add in APIs to my app. I'm > trying to make it possible for the user to enter details and the app should > return to them any possible similarities in the database, to the values > they just entered. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-rest-framework/5626d66e-23a8-423d-9e99-4a64ddc2df15%40googlegroups.com > <https://groups.google.com/d/msgid/django-rest-framework/5626d66e-23a8-423d-9e99-4a64ddc2df15%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/CAM_rC9CnxWfh3dERm10R6Pot9oFaD-EFg7x5jzPO_m%2BxpVFF2A%40mail.gmail.com.
