arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.12k stars 7k forks source link

Add API and HTTP requests Documentation (maybe for the Arduino IoT Cloud???) #9638

Open maheraldous opened 4 years ago

maheraldous commented 4 years ago

Hello I love Arduino but I cloudn't find any documentation about API or HTTP requests in Arduino's Website. I found aRest but this is a project which is from Arduino's fan and not from the Arduino's Team. aRest is really good but is missing many things like change the variable value with an API request.

per1234 commented 4 years ago

Hi @maheraldous it's not clear to me what you're requesting. Are you looking for the Arduino IoT Cloud API documentation? That is here: https://www.arduino.cc/reference/en/iot/api/

maheraldous commented 4 years ago

I know about this Cloud API but I wonder how to use it so easy as "aRest API" (Open Source).