Rest API'yi çağırmak için RestSharp kullanan basit bir prototip web uygulaması oluşturmaya çalışıyorum.
Bunun için iyi bir örnek bulamadım. Biri beni paylaşabilir ve doğru kaynağa yönlendirebilir mi lütfen? Aşağıdakilere zaten baktım ve aradığımı sağlamıyor, yani tamamen işlevsel bir örnek:
http://restsharp.org/ (Örnekle birlikte tam uygulama yok)
http://www.stum.de/2009/12/22/using-restsharp-to-consume-restful-web-services/ (eski görünüyor)
Prototipleme yaparken aşağıdaki kod için aşağıdaki hatayı alıyorum:
RestResponse response = client.Execute(request);
*Cannot implicitly convert type 'IRestResponse' to 'RestResponse'. An explicit conversion exists (are you missing a cast?) *