I have a little background with Google Cloud Endpoints on App Engine and the Web Application, iOS and Android Client Id's. However we are now building a custom piece of hardware. It will be a gateway that is connected directly to a modem, accepts some data from various sources (sensors) and relays that information to App Engine.
Since this is not a web application, nor a iOS or Android app, would I use the "other" client ID option in the Credentials for my GCE project? And if so, could someone explain how to communicate with this "other" client id to a generic cloud endpoint address (a curl command would be great since I could follow that easily).
Thanks for any help!!