Arduinojson: Is possible to make two http.GET(); in the loop?

Created on 2 Dec 2019  路  2Comments  路  Source: bblanchon/ArduinoJson

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

question

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

All 2 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zixzixzix picture zixzixzix  路  5Comments

kylegordon picture kylegordon  路  6Comments

cdaller picture cdaller  路  4Comments

loewekordel picture loewekordel  路  4Comments

renno-bih picture renno-bih  路  5Comments