netbox-community / netbox-plugin-tutorial

A tutorial on building custom plugins for NetBox v3.2+
90 stars 48 forks source link

Update plugin tutorial to align with NetBox 4.0 plugin API changes #36

Open jeffgdotorg opened 5 months ago

jeffgdotorg commented 5 months ago

This tutorial needs some updates to bring it fully into line with the plugin API changes introduced in NetBox 4.0.

As a starting point, tutorial/step01-initial-setup.md still instructs the author to import from extras.plugins, instead of the new netbox.plugins package.

Refer to Migrating Your Plugin to NetBox 4.0 in the main NetBox docs for the full set of needed changes.