Particle Photon securely sending values to ubidots (https)

Hi,
I looked through the examples posted here and in the hackster site and I could not find a way to securely (HTTPS) send values to the ubidots service from a Particle Photon.
I understand this is more a platform limitation, since the photon itself does not support yet https (or maybe it does with the help of this library).
I was wishing the HTTPS support could be there when using particle webhooks, but in the ubidots documentation the example given points to http.
Is there a way to send values via HTTPS today from a particle?
thanks!
Gustavo.

@gusgonnet In this moment our library doesn’t support HTTPS. But our API has HTTPS method, here is the documentation for HTTPS: https://ubidots.com/docs/api/index.html#what-is-a-restful-api

ok thanks for your answer.

May you know if using a particle webhook would help achieve HTTPS connectivity to ubidots?
thanks again
Gustavo.