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
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,9 @@ This repository contains a Python API client for the [Datadog API](https://docs.
4
4
The code is generated using [openapi-generator](https://github.com/OpenAPITools/openapi-generator)
5
5
and [apigentools](https://github.com/DataDog/apigentools).
6
6
7
-
Datadog API Collection
8
-
9
-
- API version: 1.0
10
-
11
-
Collection of all Datadog Public endpoints.
12
-
13
-
For more information, please visit [https://www.datadoghq.com/support/](https://www.datadoghq.com/support/)
14
-
15
-
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
16
-
17
7
## Requirements
18
8
19
-
Building and using the API client library requires:
20
-
21
-
1. Python 3.6+
9
+
Building and using the API client library requires [Python 3.6+](https://www.python.org/downloads/).
22
10
23
11
## Installation
24
12
@@ -95,7 +83,9 @@ where `<OperationName>` is the name of the method used to interact with that end
95
83
96
84
## Documentation for API Endpoints and Models
97
85
98
-
Documentation for API endpoints and models can be found under the [`docs`](/docs) directory.
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/).
0 commit comments