Skip to content

Commit e50bf15

Browse files
feat(direct_link): renamed DirectLinkApisV1 to DirectLinkV1
1 parent 41137c6 commit e50bf15

File tree

6 files changed

+6058
-3
lines changed

6 files changed

+6058
-3
lines changed

.dl_env.enc

368 Bytes
Binary file not shown.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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)
28
[![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)
39

410
# IBM Cloud Networking Services Python SDK Version 0.0.2
@@ -73,7 +79,7 @@ IBM Cloud services:
7379

7480
| Direct Link Service | Imported Class Name |
7581
| -------------------------------------------------------- | ------------------- |
76-
| [Direct Link](https://cloud.ibm.com/apidocs/direct_link) | DirectLinkApisV1 |
82+
| [Direct Link](https://cloud.ibm.com/apidocs/direct_link?code=python) | DirectLinkV1 |
7783

7884
| Transit Service | Imported Class Name |
7985
| ---------------------------------------------------------------- | -------------------- |

ibm_cloud_networking_services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from .custom_pages_v1 import CustomPagesV1
2727
from .dns_record_bulk_v1 import DnsRecordBulkV1
2828
from .dns_records_v1 import DnsRecordsV1
29-
from .direct_link_apis_v1 import DirectLinkApisV1
29+
from .direct_link_v1 import DirectLinkV1
3030
from .firewall_access_rules_v1 import FirewallAccessRulesV1
3131
from .firewall_api_v1 import FirewallApiV1
3232
from .global_load_balancer_events_v1 import GlobalLoadBalancerEventsV1

0 commit comments

Comments
 (0)