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
Python client library for [Environment Manager](https://github.com/trainline/environment-manager)
4
+
5
+
### tl;dr
6
+
7
+
Normal use of the Client
8
+
9
+
```
10
+
em_session = EMApi('server', 'user', 'password')
11
+
results = em_session.get_upstreams_config()
12
+
```
13
+
14
+
For the full list of methods available from the API you can check [here](https://github.com/trainline/python-environment_manager/blob/master/environment_manager/api.py)
0 commit comments