To see all commits for this version, click here.
New Features/Improvements
- Converted the BaseUrl to be a URI rather than a string (potential breaking change)
- Updated the SimpleJson package to the latest version (potential breaking change)
- Converted the use of tabs to spaces
- Added support for the DeserializeAs attribute on XML
- Added ability to deserialize into structs
- Added additional methods on RestRequest
IRestRequest.AddJsonBody
IRestRequest.AddXmlBody
IRestRequest.AddQueryParameter
- Added support for multi-part form request to allow both a request body and files
Bug Fixes
- Fixed potential Null Reference Exceptions on the parameters in RestClient (ToString usage)