I would recommend reading all of the Endpoints documentation (which isn't a 
lot), starting with the overview 
<https://cloud.google.com/appengine/docs/python/endpoints/>, as it will 
answer all of these questions. Endpoints handles the conversion of models 
to messages for you, and communicates using JSON. You can generate client 
libraries automatically, or you can talk to your Endpoints back-end 
directly over HTTP.

If your question is how to create a REST API without using Endpoints or any 
library, you're essentially asking how to write your own REST framework 
which is probably outside the scope of a Google Groups post.

On Saturday, August 27, 2016 at 11:27:50 AM UTC-4, pratibha s wrote:
>
> 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/a580094d-52c9-44a9-abc4-aea785f0aba5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to