We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4f64c commit 917dffbCopy full SHA for 917dffb
README.md
@@ -69,7 +69,7 @@ from pprint import pprint
69
70
# Create configuration with your host destination and authorization using api_key_v1
71
configuration = talon_one.Configuration(
72
- host = "https://mycompany.talon.one",
+ host = "https://yourbaseurl.talon.one",
73
api_key_prefix = {
74
"Authorization": "ApiKey-v1"
75
},
@@ -139,7 +139,7 @@ except ApiException as e:
139
```python
140
# Create configuration with your host destination and authorization using management_key
141
142
- host = "https://mycompany.talon.one"
+ host = "https://yourbaseurl.talon.one"
143
144
"Authorization": "ManagementKey-v1"
145
0 commit comments