Advertisement
Guest User

rate limit

a guest
Apr 19th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. {
  3. "method": "get",
  4. "endpoint": "/killmails/{killmail_id}/{killmail_hash}/",
  5. "version": "v1",
  6. "tags": [
  7. "character",
  8. "killmails"
  9. ],
  10. "tries": 1,
  11. "scope": "public",
  12. "roles": [],
  13. "page": null,
  14. "request_body": [],
  15. "query_string": [],
  16. "token": {
  17. "class": "Seat\\Eveapi\\Models\\RefreshToken",
  18. "id": 93400935,
  19. "connection": "mysql"
  20. },
  21. "client": null,
  22. "public_call": null,
  23. "job": null,
  24. "connection": null,
  25. "queue": null,
  26. "chainConnection": null,
  27. "chainQueue": null,
  28. "delay": null,
  29. "chained": [],
  30. "ratelimit_key": "esiratelimit",
  31. "ratelimit": 80,
  32. "ratelimit_duration": 5
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement