Conan API Reference¶
Warning
This feature is experimental and subject to breaking changes. See the Conan stability section for more information.
- class ConanAPI(cache_folder=None)¶
This is the main object to interact with the Conan API. It provides all the subapis to work with recipes, packages, remotes, etc., which are exposed as attributes of this class, and should not be created directly.
- reinit()¶
Reinitialize the Conan API. This is useful when the configuration changes.
See also