csquared / arduino-restclient

Arduino RESTful HTTP Request Library
MIT License
205 stars 133 forks source link

Does it support https and access token? #8

Open yujingwu opened 9 years ago

yujingwu commented 9 years ago

For example, can this library do something similar to the following curl command?

curl -X GET "https://api.somecompany.com/v1.1/fooAPI?key_1=value_1&key_2=value_2" -H "Authorization: Bearer a_access_token"

csquared commented 8 years ago

no https (would need an ssl client on the arduino) but does support any header so yes on access token