.Net 的 REST 庫 RestSharp,及相關的 httpclient:
1、(推薦應用!) RestSharp : https://restsharp.dev/ https://github.com/restsharp/RestSharp
使用文檔:https://restsharp.dev/usage/
2、(推薦!) httpclient : 微軟官方 https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-5.0
3、Refit:https://github.com/reactiveui/refit
自動將 Restful 接口 轉換為 C# 服務。 The automatic type-safe REST library for .NET Core, Xamarin and .NET
3、jsonDataSource 控件:使用文檔:
https://docs.devexpress.com/WindowsForms/401013/common-features/data-binding/bind-to-json-data
4、DashboardJsonDataSource 報表專用
5、(沒有更新)RestClient.Net (best .NET REST Client) :https://github.com/MelbourneDeveloper/RestClient.Net
6、Apifox : https://www.apifox.cn
ApiPost : https://www.apipost.cn
