Answer the question
In order to leave comments, you need to log in
How to submit the correct request?
string url = "api.openweathermap.org/data/2.5/weather?q=" + Cities + "&appid=" + api + "&lang=ru&units=metric";
var oi = new HttpRequest();
string op = oi.Post(url).ToString();
var objects = JObject.Parse(op);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question