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
This is the documentation for the STACKIT MongoDB Flex Service API
3
+
4
+
For more information, please visit [https://www.stackit.de/en/contact](https://www.stackit.de/en/contact)
5
+
6
+
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.
7
+
8
+
9
+
## Installation & Usage
10
+
### pip install
11
+
12
+
```sh
13
+
pip install stackit-mongodbflex
14
+
```
15
+
16
+
Then import the package:
17
+
```python
18
+
import stackit.mongodbflex
19
+
```
20
+
21
+
## Getting Started
22
+
23
+
[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