FubarDevelopment / restsharp.portable

Some kind of a RestSharp port to PCL
BSD 2-Clause "Simplified" License
96 stars 33 forks source link

AddHandler not in v4 #72

Closed jchannon closed 8 years ago

jchannon commented 8 years ago

Just spotted in v4 AddHandler has gone. What are the implications for this?

fubar-coder commented 8 years ago

It's a breaking change. You can now use Add on the ContentHandlers property. I'm currently thinking about readding the old methods as obsoleted.