Hello, I've been trying to implement a simple app to access some data behind authorization and update it.
I managed to get a simple HTTP request to work, but as soon as i add the Authorization header, I only get an UnsupportedOperationException back from GadgedBridge.
Maybe this is a bug in the app?
I attached my code with the url and token substituted:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello, I've been trying to implement a simple app to access some data behind authorization and update it.
I managed to get a simple HTTP request to work, but as soon as i add the Authorization header, I only get an UnsupportedOperationException back from GadgedBridge.
Maybe this is a bug in the app?
I attached my code with the url and token substituted:
P.S. I noticed in the code for the app that there's no case to handle a PATCH http request. That might still be missing as well.