tags:

views:

38

answers:

2

Hi Every,

How can i consume the restful api(like the basecamp)from my .Net applications.

+2  A: 

I've seen this advertised on Stack Overflow, but haven't tried it yet:

http://restsharp.org/

David
Advertised? I think you mean recommended.
Oded
@Oded No, he means advertised :-) RESTsharp is one of the open source projects that appears in the advertising sidebar.
Darrel Miller
A: 

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/

mamoo