We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At some point, Netbox versions will depreciate or change some behavior. The project has been developed with Netbox 2.6
One way to change the behavior depending of the version will be to match the HTTP header API-Version:
API-Version
➜ ~ curl -i https://netbox.company.com/api/ HTTP/1.1 200 OK Server: nginx Date: Thu, 29 Aug 2019 15:58:27 GMT Content-Type: application/json Content-Length: 325 Connection: keep-alive Vary: Accept, Cookie, Origin Allow: GET, HEAD, OPTIONS API-Version: 2.6 X-Frame-Options: SAMEORIGIN P3P: CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"
The text was updated successfully, but these errors were encountered:
I think this was done in #177
Sorry, something went wrong.
No branches or pull requests
At some point, Netbox versions will depreciate or change some behavior.
The project has been developed with Netbox 2.6
One way to change the behavior depending of the version will be to match the HTTP header
API-Version
:The text was updated successfully, but these errors were encountered: