meraki / dashboard-api-go

Dashboard API for Golang
MIT License
19 stars 7 forks source link

API Rate limiting is not handled in client #20

Open chintasu123 opened 4 months ago

chintasu123 commented 4 months ago

Describe the bug meraki client not handling API Rate limiting.

To Reproduce Steps to reproduce the behavior:

  1. API Client is used in terraform.
  2. terraform resource uses single API call but for_each iterative approach causes API rate limiting.

Expected behavior Client should handle API rate limiting.

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2024-02-08 at 12 58 08 PM