Dylan Anthony
Dylan Anthony
That's what the `*_detailed` functions are for, they include additional info (like status code) and should be used when there's something you can do about the failure case (other than...
They're mentioned in the generated READMEs but it's not super obvious. If there's a better way we could call those out so they're more discoverable, please let me know or...
We used to just use the title and not prepend a bunch of stuff, but folks ended up getting a bunch of duplicate class names. Detecting those duplicate class names...
I believe this overlaps with #98 (supporting allOf feature. Great detail here though so definitely keeping this open until it's done.
Classes also are generated for schemas declared inline in endpoints, so the key within components doesn’t necessarily guarantee uniqueness. We could probably make the source of class names configurable though....
Hi @danaelhe ! There shouldn't be any significant difference between how generated functions work. Which HTTP method is used, how the payload is serialized, where the parameters are put (path...
You could also download the OpenAPI file locally first and then pass it as a `--path` to `openapi-python-client` instead of `--url`. I don't really want to get in the business...
This PR lives on through @mtovt's work in #670 🥳
Sure sounds like a bug 🐛. Thanks for reporting!
To be clear, `QueryCondtion` would be `"allOf": ["/#/components/schemas/AttributeQueryCondition", "/#/components/schemas/SpatialQueryCondition"]`? All of the models in components/schemas _should_ be generated regardless of whether or not they're used, so if it's skipping some...