Replies: 4 comments 1 reply
-
Hi, Example: This code HTH |
Beta Was this translation helpful? Give feedback.
-
Microsoft documentation and samples is typically enough https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient All you need is HttpClient. RestSharp is an option too, which is build on top of HttpClient with some extensions. |
Beta Was this translation helpful? Give feedback.
-
Good info, thanks for the prompt response |
Beta Was this translation helpful? Give feedback.
-
Refit ( https://github.com/reactiveui/refit ) is also great for more complex scenarios. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'm not primarily a WPF/Windows developer, can someone point me to the docu or a tutorial for a "hello world API" app, how to make a typical https call and maybe parse the incoming json
thanks, gang!
Beta Was this translation helpful? Give feedback.
All reactions