is it possible to use google cloud endpoints for a Java-Client?
the docs only mention mobile (Android, iOs) and Web (Java-script)
Generally though, you can take the JSON output from endpoint services, extract it using your preferred parser, and process the data as you like.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/Fzm3C3Iy3y0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
That sounds too easy :)i.e. what about Authentication, etc.? How to provide this in plain Java when there's no Android.
I just start the generator for Android and then I can use those generated code for my Java Standalone App.?