I need to make two http.GET(); to two different apis is this possible?
Because i need to get data from the openweathermap, and other api to get the uv index from other site
Hi @guarrod,
I guess, but you probably need to create two HTTPClient.
This is a question for the developers of HTTPClient, not for ArduinoJson.
Best Regards,
Benoit
Thanks a lot for the Answer @bblanchon you are right, i will search documentation about it :)
Most helpful comment
Hi @guarrod,
I guess, but you probably need to create two
HTTPClient.This is a question for the developers of
HTTPClient, not for ArduinoJson.Best Regards,
Benoit