netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
194 stars 144 forks source link

Feature/upstream id field fixes #94

Closed hensoko closed 3 years ago

hensoko commented 3 years ago

There are several fields in swagger.json which have the wrong type assigned (string vs integer / number). This is mainly found with "id" and "*_id" fields. This PR should fix that.

See also #93

hensoko commented 3 years ago

Closing this to reopen as a new PR