IP Allocator Client
Rust API client for the IP Allocator webserver, auto-generated from the OpenAPI specification using progenitor.
Installation
Add this to your Cargo.toml:
[]
= "0.1"
Usage
use Client;
async
Features
- Fully typed API client generated from OpenAPI spec
- Async/await support via tokio
- Built on reqwest with rustls for TLS
- Comprehensive error handling
Development
This SDK is auto-generated from the OpenAPI specification. To regenerate:
- Update the OpenAPI spec:
cargo run --release -- --print-openapi > openapi.json - Rebuild the client:
cd ip-allocator-client && cargo build
License
MIT