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

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

#14 in #stub

Download history 352/week @ 2023-12-13 367/week @ 2023-12-20 212/week @ 2023-12-27 232/week @ 2024-01-03 691/week @ 2024-01-10 300/week @ 2024-01-17 480/week @ 2024-01-24 433/week @ 2024-01-31 545/week @ 2024-02-07 381/week @ 2024-02-14 489/week @ 2024-02-21 423/week @ 2024-02-28 530/week @ 2024-03-06 366/week @ 2024-03-13 306/week @ 2024-03-20 337/week @ 2024-03-27

1,593 downloads per month
Used in 4 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.6MB
~50K SLoC