Víctor
Víctor
The project now follows [Semantic Versioning](https://semver.org) standard so as not to reinvent the wheel. 🤓
Closing, since there is no activity and these changes were added in #143.
The cause is that `POST /ipam/prefixes/{id}/available-prefixes/` may return `[]*models.Prefix` (`201` status) or `object` (default status) and Swagger does not handle it properly. We have to migrate this project from _[go-swagger](https://github.com/go-swagger/go-swagger)_...
A new [alpha version](https://github.com/netbox-community/go-netbox/releases/tag/v3.7.1-alpha.0) has been released with a different software to generate the library, so hopefully this bug has been resolved. Please feel free to test it and to...
Since the library is automatically generated from the Netbox OpenAPI specification, specification-related issues should be created in the [Netbox project](https://github.com/netbox-community/netbox/issues). When it's fixed in the spec, the error will be...
The project now follows [Semantic Versioning](https://semver.org) standard so as not to reinvent the wheel. 🤓
Closing, because now there are two ways to fix issues in generated code: - Changing the OpenAPI spec with pre-generation hooks (see [`scripts/pre-generation`](scripts/pre-generation)). - If the above is not possible,...
As the library is automatically generated from the Netbox OpenAPI specification, and this issue is specification-related, it should be reported to the [Netbox project](https://github.com/netbox-community/netbox/issues). Now, the only field of the...
Closing, because Netbox 2.10 is almost two years old and there is [a release for 2.11](https://github.com/netbox-community/go-netbox/releases/tag/netbox_v2.11). Anyway, if someone still needs a release for 2.10, feel free to [generate it](https://github.com/netbox-community/go-netbox#development)...