netbox-client-ruby
netbox-client-ruby copied to clipboard
A ruby client library for Netbox v2.
Closes #98
For IP Addresses, we need to do the comparison using `to_string` instead of `to_s` so we also get the cidr. https://github.com/ipaddress-gem/ipaddress/blob/064502c6a943f983cabea38fccdb528ad9469aec/lib/ipaddress/ipv4.rb#L179
Hello, I cannot find a way to get IPMI->Locations. Am I missing something?
I got this error message every time I run a `bundle rspec` command (or whatever command) This comes from this commit https://github.com/ninech/netbox-client-ruby/commit/f5c97a8621adaef5cd2e79ef0e19cbd7a6d57348#r148222395 which is considered as a bad practice. IMHO...
Right now there does not seem to be a way to specify a log file for Faraday. The output simply goes to STDOUT. ``` Faraday.new(url: config.netbox.api_base_url, headers: headers, ssl: config.faraday.ssl_options)...
So `zeitwerk` can autoload them. Thank you!