Skip to content

Instantly share code, notes, and snippets.

@rlam3
Last active August 31, 2016 21:32
Show Gist options
  • Save rlam3/5392927b462e3986fff58c15eb9f704f to your computer and use it in GitHub Desktop.
Save rlam3/5392927b462e3986fff58c15eb9f704f to your computer and use it in GitHub Desktop.
let endpoint = Endpoint<ApiRouter>(
URL: target.baseURL.URLByAppendingPathComponent(target.path).absoluteString,
sampleResponseClosure: EndpointSampleResponse.NetworkResponse(200, NSData()), /// ERROR HERE .SUCCESS does not exists
method: target.method,
parameters: target.parameters,
parameterEncoding: self.parameterEncoding(target),
httpHeaderFields: [:]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment