Skip to content

datdenkikniet/proxmox-api

Repository files navigation

proxmox-api: idiomatic Rust bindings for the Proxmox VE HTTP API

Features:

  • Types automatically generated from Proxmox VE's almost-json-schema.
  • Re-usable (sub-)clients

What's missing?

  • Pattern validation
  • Range validation for values
  • Rust-types for well known types

Running the generator

To run the generator, run the generate.sh script in the generator directory:

$ cd generator/
$ ./generate.sh

To see the PVE-schema.json file that the CI is using, you can download the artifacts produced by an actions run.

License

All source code (including code snippets) is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

This project aims to conform to Conventional Commits. If you make contributions, please be so kind to stick to that format :)

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages