nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Fixes plugin nested endpoints #84

Closed joewesch closed 1 year ago

joewesch commented 1 year ago

This fixes when a plugin has nested endpoints. For example:

https://example.com/api/plugins/app_name/endpoint_name/nested_endpoint_name/<uuid>/

Resolves: #83

jvanderaa commented 1 year ago

@joewesch I think we are good to merge and then make a patch release.