Skip to content

Commit

Permalink
Added Alternate URIs for other API Endpoints (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelKocheril authored Jul 16, 2024
1 parent 198a442 commit 6a59df4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meraki/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
# Base URL preceding all endpoint resources
DEFAULT_BASE_URL = "https://api.meraki.com/api/v1"

# Alternate End Point URLs
CANADA_BASE_URL = "https://api.meraki.ca/api/v1"
CHINA_BASE_URL = "https://api.meraki.cn/api/v1"
INDIA_BASE_URL = "https://api.meraki.in/api/v1"
UNITED_STATES_FED_BASE_URL = "https://api.gov-meraki.com/api/v1"

# Maximum number of seconds for each API call
SINGLE_REQUEST_TIMEOUT = 60

Expand Down

0 comments on commit 6a59df4

Please sign in to comment.