virtyaluk / InTouch

:busts_in_silhouette: InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.
GNU General Public License v3.0
34 stars 14 forks source link

Fixed method mask in InTouch.Request<T> #5

Closed RomanGL closed 8 years ago

RomanGL commented 8 years ago

Hello! Part ".json" in InTouch.Request is useless. Also, this line affects to the deserialization of ResponseError type (RequestParams["method"] == %methodName%.json, and SendCaptcha is never works).