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.
The
lmctl.drivers.lmpackage contains a legacy client for communicating with the REST APIs. It has been replaced withlmctl.client.The drivers package remains because the
lmctl projectcode still uses it. This should be refactored to uselmctl.clientsolmctl.drivers.lmcan be removed. Otherwise we have to continue to maintain two clients, which is unnecessary.