Open aolney opened 9 years ago
Thanks! I haven't touched this in a while so they may have changed their endpoints around a bit. I was using Charles Proxy ( http://www.charlesproxy.com/) and having my phone connect through it to sniff them out. Unfortunately, I'm a little busy in the next two weeks, but I can look at it after October 3rd. If you want to give it a shot, download Charles Proxy and follow their setup instructions (They have a free trial). Then limit it to see only stuff from whistle's api domain and watch the interface as you use your phone to go to different areas in their app.
On Wed, Sep 23, 2015 at 2:17 PM, aolney notifications@github.com wrote:
Great library. Right now it 404s on the metrics and trends. Also tried making my own requests. Wonder if the problem is how dates are represented, since this is shared by the two calls.
How were you intercepting the traffic?
— Reply to this email directly or view it on GitHub https://github.com/oehokie/Whistle-Unofficial-API/issues/1.
Ok, it looks like they deprecated those calls.
For anyone else following up on these changes, this is a good set up guide for Charles
http://university.utest.com/how-to-set-up-charles-web-debugging-proxy-for-android-devices-and-mac/
But you also have to set up ssl proxy settings to include app.whistle.com and see Help->SSL Proxying->Install root certificate on mobile device
Great library. Right now it 404s on the metrics and trends. Also tried making my own requests. Wonder if the problem is how dates are represented, since this is shared by the two calls.
How were you intercepting the traffic?