Guest User

daressapi

a guest
May 17th, 2018
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 1.17 KB | None | 0 0
  1.   case UserLogin = "/api/v1/users/new_sign_in"
  2.     case Register = "/api/v1/users/new_sign_up"
  3.     case ForgetPassword = "/api/v1/users/forget_password"
  4.     case GetProducts = "/api/v1/products"
  5.     case GetOrder = "/api/v1/orders/last_order"
  6.     case Favorite = "/api/v1//bookmarked_products"
  7.     case AddCar = "/api/v1/vehicles"
  8.     case CarsModel = "/api/v1/manufacturing_companies?q[parent_id_null]=true"
  9.     case User = "/api/v1/users"
  10.     case ChangePassword = "/api/v1/users/change_password"
  11.     case Rate = "/api/v1/ratings.json"
  12.     case Country = "/api/v1/countries/192"
  13.     case BillAddress = "/api/v1/users/bill_address"
  14.     case ProductSearch = "/api/v1/products/search"
  15.     case MyRequests = "/api/v1/products/my_requests"
  16.     case LatestOffers = "/api/v1/products/latest_offers"
  17.     case AddToCart = "/api/v1/line_items/create_or_update"
  18.     case MultipleAddToCart = "/api/v1/line_items/multiple_create_or_update"
  19.     case Order = "/api/v1/orders"
  20.     case checkout = "/api/v1/checkouts"
  21.     case SavePaymentCompleted = "/api/v1/payfort/checkpayfortpaymentmpo"
  22.     case MyOrders = "/api/v1/orders/my_orders"
  23.     case TicketSupport = "/api/v1/ticket_supports"
  24. }
Add Comment
Please, Sign In to add comment