You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully compatible with Netbox 2.0 (GET, POST, PUT, DELETE for mappers)
Fix issues with URL schemas
Use routes for NetboxAPI requests instead of complete URL (break backward compatibility)
NetboxAPI url attribute now has to contain the entire URI of the netbox api (netbox.example.com/api) instead of only the TLD (netbox.example.com). It will be more flexible if netbox changes its API route (break backward compatibility)