Skip to content

Commit 077038a

Browse files
committed
docs: fixing regions in docs
1 parent b7716eb commit 077038a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Document/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,17 @@ After authenticating your app in Shuffle, you can now fetch data or trigger acti
5454

5555
Here’s a **classical example** of how to use the Singul SDK to list tickets from an app like **Jira**, **GitHub**, or any other supported case/ticketing platform.
5656

57+
Note: If you're on any other region, Please use it's respective API, else Singul would behave weirdly:
58+
- For US: https://california.shuffler.io
59+
- For Canada: https://ca.shuffler.io
60+
- For EU-2: https://frankfurt.shuffler.io
61+
- For Austrailia: https://au.shuffler.io
62+
5763
```python
5864
from shufflepy import Singul
5965

6066
# Initialize Singul SDK with your API key and base URL
61-
singul = Singul(api_key="YOUR_API_KEY", base_url="https://singul.io")
67+
singul = Singul(api_key="YOUR_API_KEY", base_url="https://shuffler.io")
6268

6369
try:
6470
# Call the list_tickets action from the Cases module

0 commit comments

Comments
 (0)