Closed AlienDwarf closed 2 years ago
The api currently supports no synchronous calls out of box. For some unknown reasons someone might need those.
QueryAsync -> Query(Sync)
GetWeatherDataAsync -> GetWeatherData(Sync)
Added in e5168c589978bb8bcd48aab2a356b4fd96ed2a5f
It's going to be implemented next merge after passing some more advanced tests
Description
The api currently supports no synchronous calls out of box. For some unknown reasons someone might need those.
Describe the solution you'd like
QueryAsync -> Query(Sync)
GetWeatherDataAsync -> GetWeatherData(Sync)
and so on