7digital / SevenDigital.Api.Wrapper

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

PostRequestHandler uses Authorization header #126

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

Commits have been squashed for neatness, Changes are reworking PostRequestHandler to work much more like GetRequestHandler and always do oauth via the Authorization header. This is a step towards merging/eliminating XXXRequestHandlers and handling all http methods.

AnthonySteele commented 10 years ago

The branch build and test for this is green.

gregsochanik commented 10 years ago

I'm happy for this to be merged asap, gets us one step closer to supporting multiple content-type request body and httpmethods

We have a -prerelease version on nuget if you want to integrate early