Re: M0 Feather with WINC1500 and IoT!
by Seekatar on Tue May 03, 2016 6:57 am
404 is not found so you're passing in something wrong (hostname, or key maybe). This worked for me from a PowerShell prompt
$baseUri = "https://io.adafruit.com/api/v1"
$feeds = Invoke-RestMethod -Uri "$baseUri/feeds" -Method Get -ContentType 'application/json' -Headers @{'X-AIO-Key'=$aioKey}
$feeds | ft -a