Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 7, 2017 16:50
Show Gist options
  • Save nderkach/806f387f36c5619260ba9dcf6efef694 to your computer and use it in GitHub Desktop.
Save nderkach/806f387f36c5619260ba9dcf6efef694 to your computer and use it in GitHub Desktop.
service.configureTransformer("/expenses") {
try jsonDecoder.decode([Expense].self, from: $0.content)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment