Are these the main differences between RestSharp and ServiceStack's Client Code? [closed]
I have been unable to make a definitive choice and was hoping that somebody (or a combination of a couple of people) could point out the differences between using RestSharp versus ServiceStack's client services (keeping in mind that I am already using ServiceStack for my service). Here is what I have so far (differences only). The list is fairly small as they are indeed very similar: ServiceStack Pros Fluent Validation from my already created service POCO objects One API for both client and service Code reads better (i.e. Get<>(), Post<>()) Cons Some of my strings must be written out (i.e. If