arduino-restclient
arduino-restclient copied to clipboard
Arduino RESTful HTTP Request Library
How is it possible to make dynamic requests using this library? The following code snippets will NOT work since you made the URL of the GET Request and the Body...
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"
Header guards are missing in RestClient.h
I'd use F() macro wherever possible to put string literals in FLASH memory instead of in RAM.