We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we can retrieve all properties of a product or a specific key
But maybe we want 2 or 3 precise keys for a product.
Add a keys optional parameter to /product/{product} route that enable listing keys to fetch.
keys
I propose keys to be separated by a column (or whatever is easier to support with OpenAPI/FastAPI).
The text was updated successfully, but these errors were encountered:
working on this
Sorry, something went wrong.
kirtanchandak
No branches or pull requests
Problem
Currently we can retrieve all properties of a product or a specific key
But maybe we want 2 or 3 precise keys for a product.
Proposed solution
Add a
keys
optional parameter to /product/{product} route that enable listing keys to fetch.I propose keys to be separated by a column (or whatever is easier to support with OpenAPI/FastAPI).
The text was updated successfully, but these errors were encountered: