Skip to content

Commit 6a59df4

Browse files
authored
1 parent 198a442 commit 6a59df4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

meraki/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
# Base URL preceding all endpoint resources
77
DEFAULT_BASE_URL = "https://api.meraki.com/api/v1"
88

9+
# Alternate End Point URLs
10+
CANADA_BASE_URL = "https://api.meraki.ca/api/v1"
11+
CHINA_BASE_URL = "https://api.meraki.cn/api/v1"
12+
INDIA_BASE_URL = "https://api.meraki.in/api/v1"
13+
UNITED_STATES_FED_BASE_URL = "https://api.gov-meraki.com/api/v1"
14+
915
# Maximum number of seconds for each API call
1016
SINGLE_REQUEST_TIMEOUT = 60
1117

0 commit comments

Comments
 (0)