IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Remove lmctl.drivers.lm package #182

Open dvaccarosenna opened 1 year ago

dvaccarosenna commented 1 year ago

The lmctl.drivers.lm package contains a legacy client for communicating with the REST APIs. It has been replaced with lmctl.client.

The drivers package remains because the lmctl project code still uses it. This should be refactored to use lmctl.client so lmctl.drivers.lm can be removed. Otherwise we have to continue to maintain two clients, which is unnecessary.