Hi, I'm GAE newbie. I'm trying to implement a RESTful API for a python based backend. I'm reading the docs and here is what I learnt. 1. GAE recommends using cloud endpoints which originally uses protoRPC to expose models via APIs. 2. This means models need to be converted to RPC messages for communicating with the API. 3. Use a REST based API which will enable directly manipulating the model entities via API.
Here is my question, without using external third party libraries, how do you create a REST based APIs? Regards, Pratibha -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/033731e0-ff6a-48c0-8329-732e88251d81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
