consuming rest api (like in basecamp) from my .Net application
How can i consume the r开发者_开发百科estful api(like the basecamp)from my .Net applications.
I've seen this advertised on Stack Overflow, but haven't tried it yet:
http://restsharp.org/
Here you can find an example on how to consume a REST yahoo api:
http://developer.yahoo.com/dotnet/howto-rest_cs.html
And this link can be useful too:
http://stevesmithblog.com/blog/rest-to-objects-in-c/
精彩评论