Underscore-separated Plugins Endpoint name support #655
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: needs owner
This issue is tentatively accepted pending a volunteer committed to its implementation
type: bug
A confirmed report of unexpected behavior in the application
pynetbox version
v7.4.1
NetBox version
v4.0.8
Python version
3.11
Steps to Reproduce
#332
Expected Behavior
I have link in format
api/plugins/some_name
But I cant use library because in v6.1.3 formatting has appeared
pynetbox/pynetbox/core/app.py
Line 114 in 1cb5297
Observed Behavior
I think that it should support both formats
for easy fix may be this solution will interesting
replace("__", "-")
or you need to add a key to change or not change the format
The text was updated successfully, but these errors were encountered: