Alamofire
BUT URLSession
NO Alamofire、AlamofireObjectMapperおよびAlamofireImageは、依存性を増やしたり、融通がきかなくなるため使いません。
その代わりSwiftビルトインのクラスURLSessionを使います。(参考: ■)
Examples
enum JSONError: String, ErrorType {
case NoData = "ERROR: no data"