RestSharp 3rd library ?

Tahx

Junior Member
Joined
Jun 19, 2013
Messages
174
Reaction score
47
Hey,

I'm going to developpe a full project bot which I'll sell later. Actually I was going to gone with RestSharp but atm a problem is in my hand with json with and seems not updated anymore and I don't know if all the fulfill would be meet (seems like through, can handle ajax, json, and gzip)

So, I like the library RestSharp so it's why I would stay with. But maybe WebRequest is better...

Someone can tell me ?

Thanks.
 
You can use both RestSharp and webrequests. If you find something that RestSharp can't handle, use webrequests, or edit the source code of restsharp (it's open-source).
 
I was thinking about this, I'll do then. Thanks.
 
Back
Top