apiclient-pydantic-generator
apiclient-pydantic-generator copied to clipboard
"Modular references are not supported in this version"
I'm trying to generate a client for the Smartcat API (smartcat.json.txt from https://smartcat.com/api/methods/v1/swagger.json) but I'm getting this error:
Exception: Modular references are not supported in this version
I see this is explicitly being raised from __main__.py but I don't understand what I can do about it. Is it just that the structure of this particular OpenAPI definition isn't supported by this project?