Skip to content

Commit 4e425cb

Browse files
authored
Tweak README (#317)
Remove some sections, add link to RTD.
1 parent e43f41f commit 4e425cb

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,9 @@ This repository contains a Python API client for the [Datadog API](https://docs.
44
The code is generated using [openapi-generator](https://github.com/OpenAPITools/openapi-generator)
55
and [apigentools](https://github.com/DataDog/apigentools).
66

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-
177
## Requirements
188

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/).
2210

2311
## Installation
2412

@@ -95,7 +83,9 @@ where `<OperationName>` is the name of the method used to interact with that end
9583

9684
## Documentation for API Endpoints and Models
9785

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/).
9989

10090
## Documentation for Authorization
10191

0 commit comments

Comments
 (0)