Closed gwilliams closed 12 years ago
Currently the serialization implemented in RestSharp isn't playing well with the strongly typed request object properties. Need to mark them with JsonProperty (remove RestSharp) or DataMember (keep RestSharp..)
Removed RestSharp in favour of Microsoft.Net.Http library.
Currently the serialization implemented in RestSharp isn't playing well with the strongly typed request object properties. Need to mark them with JsonProperty (remove RestSharp) or DataMember (keep RestSharp..)