cbornet / netatmo-swagger-decl

Swagger declaration file for the Netatmo API
https://cbornet.github.io/netatmo-swagger-decl/swagger-ui/
MIT License
5 stars 7 forks source link

Initial Netatmo Welcome camera API #11

Closed wep4you closed 8 years ago

wep4you commented 8 years ago

Implemented the welcome camera Api. Can you please generate a new Jar File, that i can implement it in the OpenHab2 netatmo binding.

Thanks

cbornet commented 8 years ago

Lots of work, thanks a lot ! Just a remark and then I'll merge this: can you replace POST by GET where it is possible ? Because Netatmo don't set the headers for pre-flight CORS requests (http://forum.netatmo.com/viewtopic.php?f=5&t=4908), the POST requests fail on some browsers.

cbornet commented 8 years ago

Once this is merged, I'll add credits for you and @clinique in the README. As for the OpenHAB binding, cc @clinique

wep4you commented 8 years ago

@cbornet Ok changed all from post to get and did some more tests, so all should work

cbornet commented 8 years ago

Thanks a lot for your contribution !