Guest User

Untitled

a guest
Oct 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. import Moya
  2.  
  3. enum Endpoints {
  4. case authorization(client_id: String, client_secret: String, grant_type: String, fb_access_token: String, refresh_token: String?, device_type: String, device_id: String)
  5. case updateRefreshToken(client_id: String, client_secret: String, grant_type: String, refresh_token: String, device_type: String, device_id: String)
  6. case updateUserName(name: String)
  7. case updatePhoto(photo: UIImage)
  8. case getCategories()
  9. case startQuestions(categories: [String], search_type: String)
Add Comment
Please, Sign In to add comment