I'm using RestSharp to call an external API. This works: var client = new RestClient(apiUrl); var request = new RestRequest(myurl, Method.
確定! 回上一頁