ninech / netbox-client-ruby

A ruby client library for Netbox v2.
MIT License
24 stars 21 forks source link

Update for Netbox 2.4 #29

Closed cimnine closed 6 years ago

cimnine commented 6 years ago

Releasing this PR should result in a minor version bump.

This PR contains a lot of changes that have been made to the API since Netbox 2.2.x. It also contains updated development dependencies. It has been tested with updated Ruby dependencies as well.

The development console has been improved. There's now documentation on how to load (and dump) the sample data, so that developing should become a little bit easier.

Last but not least there have been a few very small code cleanups (typos, superfluous requires, etc.)