1
1
[ ![ Build Status] ( https://travis.ibm.com/CloudEngineering/python-sdk-template.svg?token=eW5FVD71iyte6tTby8gr&branch=master )] ( https://travis.ibm.com/ibmcloud/networking-python-sdk )
2
2
[ ![ 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
3
4
- # IBM Cloud Networking Services Python SDK Version 0.0.1
4
+ # IBM Cloud Networking Services Python SDK Version 0.0.2
5
5
6
6
Python client library to interact with various [ IBM Cloud Networking Service APIs] ( https://cloud.ibm.com/apidocs?category=network ) .
7
7
8
- Disclaimer: this SDK is being released initially as a ** pre-release** version.
9
- Changes might occur which impact applications that use this SDK.
10
-
11
8
## Table of Contents
12
9
13
10
<!--
@@ -74,13 +71,13 @@ IBM Cloud services:
74
71
| [ PDNS: Resource Records API] ( https://cloud.ibm.com/apidocs/dns-svcs ) | ResourceRecordsV1 |
75
72
| [ PDNS: Permitted Networks for Zones API] ( https://cloud.ibm.com/apidocs/dns-svcs ) | PermittedNetworksForDnsZonesV1 |
76
73
77
- | Direct Link Service | Imported Class Name |
78
- | --------------------------------------------------------- | ----------- ------------------- |
79
- | [ Direct Link] ( https://cloud.ibm.com/apidocs/direct_link ) | DirectLinkApisV1 |
74
+ | Direct Link Service | Imported Class Name |
75
+ | -------------------------------------------------------- | ------------------- |
76
+ | [ Direct Link] ( https://cloud.ibm.com/apidocs/direct_link ) | DirectLinkApisV1 |
80
77
81
- | Transit Service | Imported Class Name |
82
- | ---------------------------------------------------------------- | ------------------------------ |
83
- | [ Transit Gateway] ( https://cloud.ibm.com/apidocs/transit-gateway ) | TransitGatewayApisV1 |
78
+ | Transit Service | Imported Class Name |
79
+ | ---------------------------------------------------------------- | -------------------- |
80
+ | [ Transit Gateway] ( https://cloud.ibm.com/apidocs/transit-gateway ) | TransitGatewayApisV1 |
84
81
85
82
## Prerequisites
86
83
@@ -95,13 +92,13 @@ IBM Cloud services:
95
92
To install, use ` pip ` or ` easy_install ` :
96
93
97
94
``` bash
98
- pip install --upgrade " ibm-cloud-networking-services"
95
+ pip install --upgrade " ibm-cloud-networking-services==0.0.2 "
99
96
```
100
97
101
98
or
102
99
103
100
``` bash
104
- easy_install --upgrade " ibm-cloud-networking-servies"
101
+ easy_install --upgrade " ibm-cloud-networking-servies==0.0.2 "
105
102
```
106
103
107
104
## Using the SDK
0 commit comments