Skip to content

Instantly share code, notes, and snippets.

@s4cha
Last active October 25, 2015 14:46
Show Gist options
  • Save s4cha/cd36cb2f3cc9c6b47469 to your computer and use it in GitHub Desktop.
Save s4cha/cd36cb2f3cc9c6b47469 to your computer and use it in GitHub Desktop.
extension Customer:RestResource {
static func restName() -> String {
return "customers"
}
func restId() -> String {
return "\(identifier)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment