Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 7, 2017 16:49
Show Gist options
  • Select an option

  • Save nderkach/5b2b5afa200d34ac98d298c5c169141e to your computer and use it in GitHub Desktop.

Select an option

Save nderkach/5b2b5afa200d34ac98d298c5c169141e to your computer and use it in GitHub Desktop.
service.configureTransformer("/login", requestMethods: [.post]) {
try jsonDecoder.decode([String: String].self, from: $0.content)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment