netbox-openapi 0.0.1

low level netbox bindings (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# netbox-openapi

low-level openapi bindings for netbox.

this crate is generated. do not edit by hand. changes will be overwritten by `./scripts/generate.sh`.

documentation for endpoints and models lives in `crates/netbox-openapi/docs/`.

quick use:

```toml
[dependencies]
netbox-openapi = { path = "./netbox-openapi" }
```

for the high-level client, use the `netbox` crate instead.