-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
Description
Description
I'm trying to use the python-httpx template, but I don't see that option in the list of available options.
openapi-generator version
openapi-generator-cli version
7.16.0
Generation Details
not applicable
Steps to reproduce
pip install openapi-generator-cli[jdk4py]
openapi-generator-cli generate -g python-httpx -i ./openapi.json -o ./sdk
get the error
Can't load config class with name 'python-httpx'
Available:
**
python
python-pydantic-v1
python-fastapi
python-flask
python-aiohttp
python-blueplanet
**
[error] Check the spelling of the generator's name and try again.
Related issues/PRs
I already reported this here, but the guys said it was a problem with the generator itself. They said that the generator doesn't have an implementation of CodegenConfig for python-httpx