#podman #stub #swagger #models #api-version #model #api

podman-api-stubs

Generated libpod swagger stubs for use in podman-api

12 releases (breaking)

0.11.0 Jun 10, 2023
0.10.0 Mar 31, 2023
0.9.0 Mar 2, 2023
0.8.0 Dec 2, 2022
0.1.0 Dec 21, 2021

#23 in #stub

Download history 317/week @ 2024-07-19 268/week @ 2024-07-26 190/week @ 2024-08-02 301/week @ 2024-08-09 149/week @ 2024-08-16 241/week @ 2024-08-23 390/week @ 2024-08-30 452/week @ 2024-09-06 235/week @ 2024-09-13 466/week @ 2024-09-20 353/week @ 2024-09-27 388/week @ 2024-10-04 363/week @ 2024-10-11 409/week @ 2024-10-18 233/week @ 2024-10-25 305/week @ 2024-11-01

1,379 downloads per month
Used in 3 crates (via podman-api)

MIT license

375KB
4.5K SLoC

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Latest version of this crate targets libpod API version: v4.4.4
Master branch targets libpod API version: v4.5.1

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.10"

SSL Connection

To enable HTTPS connection to podman add a tls flag to Cargo.toml.

Default features

By default, only chrono feature is enabled. To disable it use:

podman-api = { version = "0.10", default-features = false }

Examples

Examples for most API endpoints can be found in the library documentation.

License

MIT

Dependencies

~1.6–2.8MB
~52K SLoC