7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

Post params no qs #238

Closed gregsochanik closed 8 years ago

gregsochanik commented 8 years ago

This relates to issue #237

It ensures that params aren't appended to the qs if the request httpMethod SHouldHaveRequestBody as the api rejects any POST request with qs params

It also contains a dep update and some changes to the example code to make error messages less confusing