关于[Using RestSharp To Consume APIs in C#]的摘要:
In this article, we’re going to learn about using RestSharp in a .NET project. RestSharp is an open-source HTTP Client library that we can use to consume APIs easily. RestSharp features automatic serialization and deserialization, request and response type identification, and numerous authentication inbuilt patterns.
原文地址: https://code-maze.com/aspnetcore-using-restsharp-consume-api/