--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/74053eec-1504-4a1f-bf99-03610356f0da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/7f0671be-488b-4f88-b410-b9bdf8375b2a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
Even though Endpoints doesn't help you generate the stub clients and service, Endpoints should still fit very nicely with your use case. By using Endpoints, you will get metrics, logging, tracing, and the ability to easily add API keys and service-to-service auth for your web service. You can also rate limit the calls (in Beta) to your web service.
On Thu, May 31, 2018 at 2:00 PM Constantine Vassilev <ths...@gmail.com> wrote:
Currently I gave an iOS app doing the following:1) the user taps on the map2) the location data is sent to my server3) property data is returned back and showed in UIThe database is hosted on my server and I want to move it on GoogleCloud.The API is working as a web service endpoints created with Golang.I was thinking I can do the API with OpenAPI and generate the client and serverstubs. I plan to have an Android app and was thinking it could speedup the development.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:I would like to use OpenAPI on AppEngine flexible environment.The backend should be in Golang, the clients - iOS and Android apps.I am following the example at:I understand how it is working. Now need to start from scratch and create my ownopenapi-appengine.yaml. From it to generate the backend and client stubs.How is the best way to do it?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/944c50f4-026e-43b3-9583-8a636832f224%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:I would like to use OpenAPI on AppEngine flexible environment.The backend should be in Golang, the clients - iOS and Android apps.I am following the example at:I understand how it is working. Now need to start from scratch and create my ownopenapi-appengine.yaml. From it to generate the backend and client stubs.How is the best way to do it?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:I would like to use OpenAPI on AppEngine flexible environment.The backend should be in Golang, the clients - iOS and Android apps.I am following the example at:I understand how it is working. Now need to start from scratch and create my ownopenapi-appengine.yaml. From it to generate the backend and client stubs.How is the best way to do it?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/944c50f4-026e-43b3-9583-8a636832f224%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/7c4069b0-3da2-4eaa-a7f7-37c555f94923%40googlegroups.com.
Even though Endpoints doesn't help you generate the stub clients and service, Endpoints should still fit very nicely with your use case. By using Endpoints, you will get metrics, logging, tracing, and the ability to easily add API keys and service-to-service auth for your web service. You can also rate limit the calls (in Beta) to your web service.
On Thu, May 31, 2018 at 2:00 PM Constantine Vassilev <ths...@gmail.com> wrote:
Currently I gave an iOS app doing the following:--1) the user taps on the map2) the location data is sent to my server3) property data is returned back and showed in UIThe database is hosted on my server and I want to move it on GoogleCloud.The API is working as a web service endpoints created with Golang.I was thinking I can do the API with OpenAPI and generate the client and serverstubs. I plan to have an Android app and was thinking it could speedup the development.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:I would like to use OpenAPI on AppEngine flexible environment.The backend should be in Golang, the clients - iOS and Android apps.I am following the example at:I understand how it is working. Now need to start from scratch and create my ownopenapi-appengine.yaml. From it to generate the backend and client stubs.How is the best way to do it?
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
I think Cloud Functions is best choice.What is the best architecture to do that with Endpoints?
On Thursday, May 31, 2018 at 2:08:50 PM UTC-7, Wesley Wong wrote:Even though Endpoints doesn't help you generate the stub clients and service, Endpoints should still fit very nicely with your use case. By using Endpoints, you will get metrics, logging, tracing, and the ability to easily add API keys and service-to-service auth for your web service. You can also rate limit the calls (in Beta) to your web service.
On Thu, May 31, 2018 at 2:00 PM Constantine Vassilev <ths...@gmail.com> wrote:
Currently I gave an iOS app doing the following:--1) the user taps on the map2) the location data is sent to my server3) property data is returned back and showed in UIThe database is hosted on my server and I want to move it on GoogleCloud.The API is working as a web service endpoints created with Golang.I was thinking I can do the API with OpenAPI and generate the client and serverstubs. I plan to have an Android app and was thinking it could speedup the development.
On Wednesday, May 30, 2018 at 6:30:43 PM UTC-7, Constantine Vassilev wrote:I would like to use OpenAPI on AppEngine flexible environment.The backend should be in Golang, the clients - iOS and Android apps.I am following the example at:I understand how it is working. Now need to start from scratch and create my ownopenapi-appengine.yaml. From it to generate the backend and client stubs.How is the best way to do it?
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/01d17058-f942-4f49-915a-52293310a364%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/cf3a4eb2-4be6-4353-a493-a78296a36ab9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.