I\'m building a client for an RSS reading service. I\'m using the RestSharp library to interact with their API.
The API states:
When creating
Here is the solution
http://restsharp.blogspot.ca/
Create a json object with same name properties and set the values (Make sure they are similar to those of name value pair for post request.)
After that use default httpclient.