RestSharp를 사용하여 Rest API를 호출하는 간단한 프로토 타입 웹 애플리케이션을 만들려고했습니다.
좋은 예를 하나도 찾지 못했습니다. 누구든지 올바른 리소스를 공유하고 안내해 주시겠습니까? 나는 이미 다음을 살펴 보았고 내가 찾고있는 것을 제공하지 않습니다.
http://restsharp.org/ (예제를 포함한 전체 응용 프로그램이 없음)
http://www.stum.de/2009/12/22/using-restsharp-to-consume-restful-web-services/ (오래된 것 같습니다)
프로토 타이핑하는 동안 아래 코드에 대해 아래 오류가 발생합니다.
RestResponse response = client.Execute(request);
*Cannot implicitly convert type 'IRestResponse' to 'RestResponse'. An explicit conversion exists (are you missing a cast?) *