Guest User

Untitled

a guest
Mar 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "session": {
  3. "initialized": "true",
  4. "offline": "true",
  5. "activeTab": "false",
  6. "country": "string",
  7. "language": "stirng",
  8. "isAuth": "bool",
  9. "guestId": "number"
  10. },
  11. "user": {
  12. "isFetching": "false",
  13. "id": "string",
  14. "name": "string"
  15. },
  16. "settings/app": {
  17. "header": {
  18. "pinned": "false",
  19. "unpinned": "false",
  20. "unfixed": "true"
  21. },
  22. "drawerOpen": "true",
  23. "pages": [
  24. "foo",
  25. "foo",
  26. "foo",
  27. ]
  28. },
  29. "activity": {
  30. "isLoaded": "false",
  31. "isFetching": "false",
  32. "search": [
  33. "foo",
  34. "foo",
  35. "foo",
  36. ],
  37. "publications": [
  38. "foo",
  39. "foo",
  40. "foo",
  41. ]
  42. },
  43. "routing": {
  44. "location": {},
  45. "history": {}
  46. },
  47. "featureSwitch": {
  48. "responsive_nav_v2_enabled": "true",
  49. "responsive_tabs_v2_enabled": "true",
  50. "responsive_typeahead_v2_enabled": "true"
  51. }
  52. }
Add Comment
Please, Sign In to add comment