You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `<OperationName>` is the name of the method used to interact with that endpoint. For example: `list_log_indexes`, or `get_logs_index`
83
83
84
-
## Documentation for API Endpoints and Models
85
-
86
-
Documentation for API endpoints and models can be found under the docs subdirectories, in [v1](/docs/v1#documentation-for-api-endpoints) and [v2](/docs/v2#documentation-for-api-endpoints).
87
-
88
-
It's also available on [readthedocs](https://datadog-api-client.readthedocs.io/).
89
-
90
-
## Documentation for Authorization
84
+
### Changing Server
91
85
92
-
Authenticate with the API by providing your API and Application keys in the configuration:
86
+
When talking to a different server, like the `eu` instance, change the `server_variables` on your configuration object:
Documentation for API endpoints and models can be found under the specific version subdirectories, in [v1](./v1#documentation-for-api-endpoints) and [v2](./v2#documentation-for-api-endpoints).
136
+
137
+
It's also available on [readthedocs](https://datadog-api-client.readthedocs.io/).
138
+
139
+
## Documentation for Authorization
140
+
141
+
Authenticate with the API by providing your API and Application keys in the configuration:
0 commit comments