openapi_execd_config.yaml
1 # openapi-python-client configuration for execd API 2 # This generates a httpx-based async client that supports custom httpx.AsyncClient injection 3 4 # Package name without hyphens (will be the module directory name) 5 project_name_override: opensandbox_api_execd 6 package_name_override: opensandbox_api_execd 7 8 # Use modern Python features 9 use_path_prefix_for_title_model_names: true 10 11 # Generate both sync and async clients (async is default, sync is opt-in) 12 # The generated client will support passing a custom httpx.AsyncClient