0
api with c?
hello guys i meed to get thw api from the meteo tech in my country there is a way to call the api and make statistic with c program?
1 Réponse
+ 1
Do you mean "meteo-tech.co.il"? They have a data dump feature on their weather site (requires username and password) but I did not see an API.
In general, yes you can call APIs with c/c++ but how easy this will be depends on the API deployment method.
For example, a REST API is different than a COM API.
If you can provide more detail (like, where is the API?) that might help us answer.