Hello there, In my point of view, when you develop an app using a rest full api you go through the same moves as when writing the web app using the native interface. In my case I have created both. I wrote first the web interface and then the api, but a different approach would be to write first the api and then use a restful capable framework in order to create the web interface if needed, along with the mobile restful capable clients. It depends on your workflow. Στις 20 Δεκ 2013 6:45 μ.μ., ο χρήστης "Mario Osorio" <[email protected]> έγραψε:
> I need to work on a django app that will eventually benefit from a RESTful > API so it can be used from any web browser as well a from apps writtens for > iOS and Android. > > Being so new to django development I don't even have any ideas on how to > use a RESTful API, for example, > > > 1. Should I begin the development use a RESTful API, or should I add > ir when needed? ( it IS going to be used anyways) > 2. Of course I understand I'm adding another layer of work to the > final product but, can someone please explain how bad deep and how > complicated this layer might be? > 3. I've found a couple of online tutorials and I'll soon be working on > them, but I honestly think there is nothing quite like reading the opinions > of different people as to what the workflow with a RESTful API in django > implies. I think a simple overview of the general workflow will answer most > of the questions I have in mind right now. > > Thanks a lot in advanced! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cc10edc2-e978-461e-986f-43dd73eea63e%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BTu-wwW%3DH71d%2BoqE2oTdNatHQhonCE9STMas7ir8YAxZ8Zj%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

