Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Cloud Endpoints

Google Cloud Endpoints Generated Ios Client Not Working

I have a python webservice running locally using GAE Python SDK 1.8.3. After annotating the API and… Read more Google Cloud Endpoints Generated Ios Client Not Working

Unable To Get Google Endpoints Working Over Multiple Services

Thanks to asamarin I've been able to figure out how to get different endpoints within the same … Read more Unable To Get Google Endpoints Working Over Multiple Services

How To Return A Json Object In Google Endpoints

The way I'm doing right now is I have a response class with a string message and return a json … Read more How To Return A Json Object In Google Endpoints