Hi there,
I'm just getting started with the ConnectIQ API, and having some problems with making web requests.
I'm doing a basic https authenticated request which returns valid JSON. Running via the eclipse plugin, the response type and values are correct, example below of the dictionary parsed from the JSON:
{results=>[{power=>off, label=>Bedside Lamp, status=>ok, id=>d073d557cdea}]}
For every request I make like this however, I'm receiving the responseCode of 207.
I have looked at the API documentation and this error code is not listed. Also had a search of the forums and it's not listed either. Any ideas?
Cheers!