1
- [ ![ Build Status] ( https://travis.ibm.com/CloudEngineering/python-sdk-template.svg?token=eW5FVD71iyte6tTby8gr&branch=master )] ( https://travis.ibm.com/ibmcloud/networking-python-sdk )
1
+ [ ![ Build Status] ( https://travis-ci.com/IBM/networking-python-sdk.svg?branch=master )] ( https://travis-ci.com/IBM/networking-python-sdk )
2
+ [ ![ Release] ( https://img.shields.io/github/v/release/IBM/networking-python-sdk )] ( https://github.com/IBM/networking-python-sdk/releases/latest )
3
+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/ibm-cloud-networking-services )] ( https://pypi.org/project/ibm-cloud-networking-services/ )
4
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/ibm-cloud-networking-services )] ( https://pypi.org/project/ibm-cloud-networking-services/ )
5
+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/ibm-cloud-networking-services )
6
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
7
+ [ ![ codecov] ( https://codecov.io/gh/IBM/networking-python-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/IBM/networking-python-sdk )
2
8
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
3
9
4
- # IBM Cloud Networking Services Python SDK Version 0.0.2
10
+ # IBM Cloud Networking Services Python SDK Version 0.1.0
5
11
6
12
Python client library to interact with various [ IBM Cloud Networking Service APIs] ( https://cloud.ibm.com/apidocs?category=network ) .
7
13
@@ -73,7 +79,7 @@ IBM Cloud services:
73
79
74
80
| Direct Link Service | Imported Class Name |
75
81
| -------------------------------------------------------- | ------------------- |
76
- | [ Direct Link] ( https://cloud.ibm.com/apidocs/direct_link ) | DirectLinkApisV1 |
82
+ | [ Direct Link] ( https://cloud.ibm.com/apidocs/direct_link?code=python ) | DirectLinkV1 |
77
83
78
84
| Transit Service | Imported Class Name |
79
85
| ---------------------------------------------------------------- | -------------------- |
@@ -92,13 +98,13 @@ IBM Cloud services:
92
98
To install, use ` pip ` or ` easy_install ` :
93
99
94
100
``` bash
95
- pip install --upgrade " ibm-cloud-networking-services==0.0.2 "
101
+ pip install --upgrade " ibm-cloud-networking-services==0.1.0 "
96
102
```
97
103
98
104
or
99
105
100
106
``` bash
101
- easy_install --upgrade " ibm-cloud-networking-servies==0.0.2 "
107
+ easy_install --upgrade " ibm-cloud-networking-servies==0.1.0 "
102
108
```
103
109
104
110
## Using the SDK
0 commit comments