Skip to content

Instantly share code, notes, and snippets.

@ARamy23
Last active June 12, 2018 14:14
Show Gist options
  • Save ARamy23/fab04ac7722fb2fd87041b2aae783b1e to your computer and use it in GitHub Desktop.
Save ARamy23/fab04ac7722fb2fd87041b2aae783b1e to your computer and use it in GitHub Desktop.
Constants
enum Constants: String
{
case mainURLString = "https://dev.wifimetropolis.com:8060/api/"
case voucherEndPoint = "getVouchers?user_id=AHP100-7605-1"
case threadsEndPoint = "messaging/threads"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment