Skip to content

Commit d18e9d0

Browse files
Generate dns
1 parent f00ad2d commit d18e9d0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

services/dns/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# stackit.dns
2+
This api provides dns
3+
4+
5+
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
6+
7+
8+
## Installation & Usage
9+
### pip install
10+
11+
```sh
12+
pip install stackit-dns
13+
```
14+
15+
Then import the package:
16+
```python
17+
import stackit.dns
18+
```
19+
20+
## Getting Started
21+
22+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.

0 commit comments

Comments
 (0)