nautobot / pynautobot

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

Changed all() method to call filter() method in Endpoint class #240

Closed tsm1th closed 1 month ago

tsm1th commented 1 month ago

This would close #237 if approved

Added tests to confirm context could be retrieved with the following:

nautobot.dcim.devices.all(include=['config_context'])