pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

lazy-load api version upon first call rather than instantiation

Open brandomando opened this issue 6 months ago • 1 comments

Fixes #201

With this change, the API version check will not run until the first API call, rather than at instantiation. This allows the user to manipulate the underlying HTTP session before the first API call is made. In #201 , the use case is to apply a proxy configuration prior to making the first call.

brandomando avatar Jul 26 '24 17:07 brandomando