Closed noerw closed 7 years ago
Thanks for reporting @noerw. This is definitely something we need to support.
We're going to close HTTP at all and switch to gRPC
@johanstokking Where I can find an example(or the docs) of gRPC node client that access to the application manager api? How authentication works?
Is support for gRPC in this node-app-sdk
planned? when will it land?
@mirk8xr @noerw it's not out yet, but @romeovs will work on this. Please watch #54. I'm closing this issue because we're discontinuing HTTP on the Handler
Damn. This means I have to change the TTN Mapper app to use gRPC too. Which is a hassle, because autogenerating java code from protobufs in Android studio doesn't work well.
Currently, the HTTPS endpoint for the application manager API does not exist; to cite the docs:
this results in errors when trying to make requests:
Don't know if this should be fixed, as keys should not be exchanged via HTTP anyway. Opening the issue anyway for others to see, as it took me some time to find out the cause.