Skip to content

Instantly share code, notes, and snippets.

@s4cha
Created October 25, 2015 09:10
Show Gist options
  • Save s4cha/10706019e1b8cefcb9fc to your computer and use it in GitHub Desktop.
Save s4cha/10706019e1b8cefcb9fc to your computer and use it in GitHub Desktop.
extension Customer:RestResource { static func restName() -> String { return "customers" } }
extension Product:RestResource { static func restName() -> String { return "products" } }
extension Order:RestResource { static func restName() -> String { return "orders" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment