I have a question about making POST, PATCH, and PUT requests when using Alamofire and AlamofireObjectMapper. For example, let's say that I am making a POST request to send an object to the server. Can I pass the mapping as parameters for the request. Does it work in the same way that RestKit encodes parameters into the request body as JSON?
source
share