ninech / netbox-client-ruby

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

Available ip's #54

Closed ahmeij closed 2 years ago

ahmeij commented 2 years ago

Prefixes and Ip-Ranges support an additional endpoint 'available-ips' like this: /ipam/prefixes/{id}/available-ips/

I'm looking to create a pull-request to implement these however the mechanism of a 'dynamic' url (including the prefix-id) for a class with Entities does not come naturally to the current Entities implementation.

Do you have a preference on how to implement these endpoints?