Skip to content

Instantly share code, notes, and snippets.

@jppsantos
Last active September 26, 2020 23:38
Show Gist options
  • Save jppsantos/f258937c5ba6b4b3e6d9cc69e4363771 to your computer and use it in GitHub Desktop.
Save jppsantos/f258937c5ba6b4b3e6d9cc69e4363771 to your computer and use it in GitHub Desktop.
Purchase Endpoints Enum
enum PurchaseEndpoint: String {
case product = "/product"
case user = "/user"
case store = "/store"
case payment = "/payment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment