Paw-SwiftAlamofireCodeGenerator
Paw-SwiftAlamofireCodeGenerator copied to clipboard
Support for SwiftyJSON
Alamofire.request(.GET, "http://...", headers: headers).responseJSON { response in ... let json = JSON(response.result.value!) ... }
That may be nice to have this by enabling an option (we will try adding options for code generators).