Skip to content

Commit 917dffb

Browse files
authored
docs: Update README.md to use yourbaseurl.talon.one as URL everywhere
1 parent 4d4f64c commit 917dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ from pprint import pprint
6969

7070
# Create configuration with your host destination and authorization using api_key_v1
7171
configuration = talon_one.Configuration(
72-
host = "https://mycompany.talon.one",
72+
host = "https://yourbaseurl.talon.one",
7373
api_key_prefix = {
7474
"Authorization": "ApiKey-v1"
7575
},
@@ -139,7 +139,7 @@ except ApiException as e:
139139
```python
140140
# Create configuration with your host destination and authorization using management_key
141141
configuration = talon_one.Configuration(
142-
host = "https://mycompany.talon.one"
142+
host = "https://yourbaseurl.talon.one"
143143
api_key_prefix = {
144144
"Authorization": "ManagementKey-v1"
145145
},

0 commit comments

Comments
 (0)