inaka/Jayme

Parameters not being used in the request

Closed this issue · 0 comments

public func futureForPath(path: String, method: HTTPMethodName, parameters: [String: AnyObject]? = nil) -> Future<(NSData?, PageInfo?), ServerBackendError>

The parameters parameter is not being used on the implementation of this method on ServerBackend.swift class.