Last active
September 26, 2020 23:38
-
-
Save jppsantos/f258937c5ba6b4b3e6d9cc69e4363771 to your computer and use it in GitHub Desktop.
Purchase Endpoints Enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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