Replies: 1 comment 1 reply
-
I don't believe that is possible without vendoring two versions of the API bindings. There were several breaking changes from 3.0 to 4.0 in the network endpoints, that make it impossible to support both simultaneously with the same bindings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The example then "crashes":
How do I build a podman REST API client that can connect to both 3.x and 4.x APIs?
And why do I need to install a lot of highly special development library which aren't required by any REST API client but only when building Podman itself? Is there some build flag to avoid all the unnecessary stuff and cut right through to the client stuff needed?
Beta Was this translation helpful? Give feedback.
All reactions