You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Using openapi-generator (with --skip-validation) I was able to compile a Python client from these specs for the Catalog V3 API. However it's not usable - every request I try comes back with one error or another, simple operations like getting the catalog summary or a single product fail because of a mismatch between the specs and the actual responses.
Is the intention of this project to enable client code generation or is it simply for the generation of the online documentation? Given that the "official" Python API client is pretty much abandoned and doesn't work with any V3 endpoints, it would be ideal to use this if possible. If we submit issues for the errors we encounter with generated code, will they be addressed?
The text was updated successfully, but these errors were encountered:
It would be great if BigCommerce would engage with developers providing feedback and PRs for this. Having complete and accurate OpenAPI specs would help a lot of related issues
My team is in the process of bringing all of our API specs files up-to-date. Since we're a small team and have quite a few APIs, this will take some time.
Our team usually uses this repo with the single purpose of housing our spec files. We have not been checking it regularly for external issues and/or PRs. We usually receive feedback requests via the Docs Feedback buttons located in the bottom-right of each of our API reference pages on our Dev Center.
Now that we're aware of engagement via this repo, we'd be happy to receive any feedback you have via this repo or our Docs Feedback button.
Using openapi-generator (with
--skip-validation
) I was able to compile a Python client from these specs for the Catalog V3 API. However it's not usable - every request I try comes back with one error or another, simple operations like getting the catalog summary or a single product fail because of a mismatch between the specs and the actual responses.Is the intention of this project to enable client code generation or is it simply for the generation of the online documentation? Given that the "official" Python API client is pretty much abandoned and doesn't work with any V3 endpoints, it would be ideal to use this if possible. If we submit issues for the errors we encounter with generated code, will they be addressed?
The text was updated successfully, but these errors were encountered: