pynautobot
pynautobot copied to clipboard
lazy-load api version upon first call rather than instantiation
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.