Skip to content

Instantly share code, notes, and snippets.

@ARamy23
Created June 13, 2018 20:17
Show Gist options
  • Save ARamy23/c05b6c47d5c84b5853246a2877a84d36 to your computer and use it in GitHub Desktop.
Save ARamy23/c05b6c47d5c84b5853246a2877a84d36 to your computer and use it in GitHub Desktop.
enum ServerPaths: String {
case login
case register
case phoneActivation = "phone_activation"
case resendPhoneActivation = "resend_phone_activation_code"
case resendEmailLink = "send_reset_link_email"
case resetPassword = "reset_password"
case userInfo = "get_account_info"
case updateInfo = "update_account_info"
case userBalance = "get_user_internal_balance"
case search
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment