Skip to content

Commit 9666b2f

Browse files
Merge pull request #4 from IBM/pdns
README changes for PDNS release
2 parents 585b38f + c31671b commit 9666b2f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[![Build Status](https://travis.ibm.com/CloudEngineering/python-sdk-template.svg?token=eW5FVD71iyte6tTby8gr&branch=master)](https://travis.ibm.com/ibmcloud/networking-python-sdk)
22
[![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)
33

4-
# IBM Cloud Networking Services Python SDK Version 0.0.1
4+
# IBM Cloud Networking Services Python SDK Version 0.0.2
55

66
Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network).
77

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-
118
## Table of Contents
129

1310
<!--
@@ -74,13 +71,13 @@ IBM Cloud services:
7471
| [PDNS: Resource Records API](https://cloud.ibm.com/apidocs/dns-svcs) | ResourceRecordsV1 |
7572
| [PDNS: Permitted Networks for Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | PermittedNetworksForDnsZonesV1 |
7673

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 |
8077

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 |
8481

8582
## Prerequisites
8683

@@ -95,13 +92,13 @@ IBM Cloud services:
9592
To install, use `pip` or `easy_install`:
9693

9794
```bash
98-
pip install --upgrade "ibm-cloud-networking-services"
95+
pip install --upgrade "ibm-cloud-networking-services==0.0.2"
9996
```
10097

10198
or
10299

103100
```bash
104-
easy_install --upgrade "ibm-cloud-networking-servies"
101+
easy_install --upgrade "ibm-cloud-networking-servies==0.0.2"
105102
```
106103

107104
## Using the SDK

0 commit comments

Comments
 (0)