fbreckle / go-netbox

Package netbox provides an API client for DigitalOcean's NetBox IPAM and DCIM service.
Other
1 stars 22 forks source link

Delete link_peers and connected_endpoints from swagger spec in preprocessing #28

Open hamzazaman opened 1 year ago

hamzazaman commented 1 year ago

The link_peers and connected_endpoints definitions in swagger are incorrect and cause a json Unmarshaller error. terraform-provider-netbox does not need access to these fields so we can safely remove them in the preprocessing step.

hamzazaman commented 1 year ago

Bump