Python API for Codey allows to use urequests to perform network requests.
http://docs.makeblock.com/codeyrocky/en/python-api/third-party-api.html
These works fine in http, but doesn’t work in https, apparently because of ussl library missing.
Is there a way to fetch https requests another way?
Thanks
Jean-David