rinat_yakhin

Untitled

Jul 2nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. RESPONSE: Optional(<NSHTTPURLResponse: 0x600000424480> { URL: http://backend.dev.fschool.altarix.org/v1/user/view } { Status Code: 200, Headers {
  2. "Cache-Control" = (
  3. "no-store, no-cache, must-revalidate"
  4. );
  5. Connection = (
  6. "keep-alive"
  7. );
  8. "Content-Type" = (
  9. "application/json; charset=UTF-8"
  10. );
  11. Date = (
  12. "Mon, 02 Jul 2018 13:19:32 GMT"
  13. );
  14. Expires = (
  15. "Thu, 19 Nov 1981 08:52:00 GMT"
  16. );
  17. Pragma = (
  18. "no-cache"
  19. );
  20. Server = (
  21. "nginx/1.14.0"
  22. );
  23. "Set-Cookie" = (
  24. "PHPSESSID=t66csku9s1qishc6oagd7r6qoh; path=/; HttpOnly"
  25. );
  26. "Transfer-Encoding" = (
  27. Identity
  28. );
  29. "X-Powered-By" = (
  30. "PHP/7.2.3"
  31. );
  32. } })
  33.  
  34. JSON Object: {
  35. errorMessage = "<null>";
  36. responseCode = 200;
  37. result = {
  38. favorites = (
  39. );
  40. id = 265;
  41. language = en;
  42. modelType = User;
  43. profileInfo = {
  44. country = DZ;
  45. dateOfBirth = "2014-07-02";
  46. exercisesTillNextRang = 3;
  47. footballClub = "test club";
  48. name = "Rinat Yakhin";
  49. percentRang = "<null>";
  50. photoUrl = "<null>";
  51. progressBarPercent = "<null>";
  52. rankTitle = UNRANKED;
  53. };
  54. resendCodeTime = "<null>";
  55. socialNetworks = (
  56. );
  57. };
  58. }
Advertisement
Add Comment
Please, Sign In to add comment