MKSG-MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
http://mk.sg/8w
3.06k stars 755 forks source link

Request to add a method to send parameter as array #471

Open SanjitAtAditi opened 8 years ago

SanjitAtAditi commented 8 years ago

Hi, For some api we have requirement to send list(array) instead of key-value(dictionary) as parameter. As in previous version there were no such way to achieve that. So we only added a method to achieve that. Is it possible, that you can provide such functionality in this version? It'll be helpful for us.