Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API token is passed to retrieve version
- Updated the `version` property in `pynetbox/core/api.py` to pass the API token when calling `get_version`. - No problem raised even if the token is None - This change addresses the issue where `nb.version` returns an empty string when using an OIDC proxy, due to unauthorized requests being redirected to the login page.
- Loading branch information