- Adds support for the
/dcim/interfaces/:id/trace
endpoint via the.trace()
method on an interface record. #280 (Thanks @raddessi) - Add support for
/api/users/
endpoints in NetBox 2.9+. #313 (Thanks @markkuleinio) - Add Api.status() to be used with NetBox 2.10.0+. #314 (Thanks @markkuleinio)
- Fixes bug in
Endpoint.get()
to return None when a non-existent object is queried by ID. #292 (Thanks @Dimaqa)