Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

Using retryWhen to update tokens based on http error code

I found this example on How to refresh oauth token using moya and rxswift which I had to alter slightly …

ios swift alamofire rx-swift moya
Alamofire not working (Swift/Xcode 8)

I am getting the following errors when trying to import Alamofire into my project (Cocoapods isn't working for me, so …

ios swift2 alamofire xcode8
Post array of objects with Alamofire and SwiftyJSON

I have an array of dictionaries that I am trying to post to Alamofire with the help of SwiftyJSON. The …

swift alamofire swift4 swifty-json
AlamofireImage af_setImageWithURL in a UITableViewCell without placeholder image

I'm using AlamofireImage to set an image on a UIImageView in a UITableViewCell like so: cell.imageView.af_setImageWithURL(url) …

ios iphone cocoa-touch alamofire alamofireimage
Convert cUrl command to HTTP Request in Swift

I am building an app that checks domain availability. Right now, I am using the goDaddy API; according to goDaddy, …

ios swift curl alamofire godaddy-api
Mapping to Swift Object issue showing nil using Alamofire ObjectMapper

I m new to iOS and Swift development environment. I was trying to use Alamofire for pulling JSON and AlamofireObjectMapper …

ios json swift2 alamofire objectmapper
How to get error statusCode from `MoyaError`?

I'm using a Moya, Moya_ModelMapper and RxSwift to perform network requests. Here is my example code: let provider = RxMoyaProvider&…

ios swift alamofire rx-swift moya
Using Alamofire within a Playground

I'm new to iOS development and using Xcode and I'm having trouble getting Alamofire to work within a Playground. There's …

swift xcode6 swift-playground alamofire