apiclient-pydantic-generator icon indicating copy to clipboard operation
apiclient-pydantic-generator copied to clipboard

"Modular references are not supported in this version"

Open allanlewis opened this issue 3 years ago • 0 comments

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?

allanlewis avatar Jun 01 '22 08:06 allanlewis