Files list_pagination.cassette 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/projects/803826145ba90b42d5d860.46800099/files?page=2&limit=1",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "project_id": "803826145ba90b42d5d860.46800099",
  10. "branch": "master",
  11. "files": [
  12. {
  13. "filename": "my_filename.json",
  14. "key_count": 1
  15. }
  16. ]
  17. },
  18. "rawHeaders": [
  19. "Server",
  20. "nginx",
  21. "Content-Type",
  22. "application/json",
  23. "Transfer-Encoding",
  24. "chunked",
  25. "Connection",
  26. "close",
  27. "Vary",
  28. "Accept-Encoding",
  29. "Cache-Control",
  30. "max-age=0, must-revalidate, no-cache, no-store, private",
  31. "Date",
  32. "Fri, 29 Jan 2021 14:42:12 GMT",
  33. "X-Pagination-Total-Count",
  34. "5",
  35. "X-Pagination-Page-Count",
  36. "5",
  37. "X-Pagination-Limit",
  38. "1",
  39. "X-Pagination-Page",
  40. "2",
  41. "Pragma",
  42. "no-cache",
  43. "X-Content-Type-Options",
  44. "nosniff",
  45. "X-Frame-Options",
  46. "deny",
  47. "X-XSS-Protection",
  48. "1; mode=block",
  49. "Strict-Transport-Security",
  50. "max-age=31536000",
  51. "Referrer-Policy",
  52. "origin",
  53. "Expires",
  54. "Fri, 29 Jan 2021 14:42:12 GMT",
  55. "Access-Control-Allow-Origin",
  56. "*",
  57. "Access-Control-Allow-Headers",
  58. "Content-Type"
  59. ],
  60. "responseIsBinary": false
  61. }
  62. ]