MetaClass
MetaClass
As the readme of my filter-bundle explains, if you nest in parameters in and or or you can have multiple criteria for the same property using []. Like https://127.0.0.1:8000/api/products?or[][productOptions.weight][between]=1..2&or[][productOptions.weight][between]=4..5. However,...
IMHO the problem is not in the QueryBuilder but the filters not separating two concerns: 1. The generation of query expressions 2. The (logical) combination of those expressions into the...
Maybe https://github.com/metaclass-nl/switch-language-example-globalize could be interesting for this. But i did not yet look at https://github.com/timarney/react-app-rewired, thanks @timarney!
[API Platform](https://api-platform.com) produces a working REST (crud&search) api from just Entities and some annotations, and both hydra and openap docs of the api. The API Platform client generator scaffolds an...
@mrossard > Is there any point to keep digging in that direction? I made a [suggestion in this direction](https://github.com/api-platform/api-platform/discussions/1724#discussioncomment-801217) over 2 years ago but still no reaction. So i spent...
I think Branch chapter9-react of [My tutorial Api Platform](https://github.com/metaclass-nl/tutorial-api-platform) does include instructions to generate code from a custom operation, but it is not on a seperate resource.
A good starting point for making a generator is an example client app that works with Api Platform. One then builds a generator that generates the same app code. I...
I guess the options are shown by the create-client program help: ```javascript .option("--username [username]", "Username for basic auth (Hydra only)") .option("--password [password]", "Password for basic auth (Hydra only)") .option("--bearer [bearer]",...
Branch chapter9-react of [My own tutorial Api Platform](https://github.com/metaclass-nl/tutorial-api-platform) does include instructions to generate code from an api that requires authentication but that is the api from the api branches of...
I am getting the same error with with Chromium. With Firefox it is 'TypeError: e[n] is undefined* I also have made a configuration to dynamically switch locale which dynamically loads...