-1

I'm trying to create a Windows 10 Weather Application in WPF using C#. I have Weather Api from OpenWeatherMap

I'm using JSON. But, I don't know how to implement forecast data. I never used API before. I would be very thankful if you could help.

toghrul-nasirli
  • 156
  • 4
  • 16
  • For modelling the http rest calls to be called from C# I'm using [RestEase](https://github.com/canton7/RestEase). To generate the needed C# classes for the JSON object I use https://jsonutils.com – Oliver Nov 29 '18 at 12:34

1 Answers1