stromer-api icon indicating copy to clipboard operation
stromer-api copied to clipboard

A wrapper for the Stromer e-bike API

Results 3 stromer-api issues
Sort by recently updated
recently updated
newest added

Hey, Please tell me if I am missing something here but I don't seem to be able to get the client_secret using MITM. I tried to sniff out the traffic...

api.bike.settings.get().then(... and api.bike.settings.getSensorSettings().then(... never return a result, while all other get methods do.

When calling //o/token?grant_type=authorization_code, you get `access_token` in the returned json, but also `refresh_token`. This seems to me that it must be possible to refresh the token instead of going through...