pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

Add a way to get the available endpoints for an App

Open joewesch opened this issue 4 months ago • 0 comments

If you go to an app's API endpoint you get back a list of endpoints. For example https://demo.nautobot.com/api/ipam/ shows you all of the available endpoints for the IPAM app. We should expose those lists to the user if possible via either dir(nb.ipam), nb.ipam.endpoints() or something else.

joewesch avatar Mar 01 '24 15:03 joewesch