A Few Great Ways to Consume RESTful APIs in C#

ICYMI: By doing web development, you find yourself in the need to deal with external APIs (Application Programming Interface) sooner or later. In this article, my goal is to make the most comprehensive list of ways to consume RESTful APIs in your C# projects and show you how to do that with some simple examples. After reading the article, you will have more insight into which options are available to you and how to choose the right one next time you need to consume a RESTful API.

What Is a RESTful API?

So, before we start, you might be wondering what does API stand for, and what is the RESTful part all about? https://goo.gl/djwUyv #DataIntegration #ML