Vojtech Mašek
Vojtech Mašek
What about `{RX}` in a shield (get rid of the dot connections)?
@manekinekko that looks very nice but it reminds me [ngRx](https://ngrx.io/) way too much. Maybe they could upgrade to this one, as it is better than theirs :smile:
@Mvrlex Hello, thank you and thanks for the report :+1: It shouldn't be a problem to add this functionality and I will have a look into it. It will require...
Hello, this was held up as it requires more test cases. But I could be able to prioritize it at least for experimental use.
in `user.model.ts` file there would be a function `getUser` which will take `User` as an optional parameter. It will return an empty user merged with the user provided in params
Thanks for the report, it is probably not intended, we'll investigate that.
The whole generation of what API consumes and returns needs to be refactored along with OpenAPI 3 spec compliance.
Thanks for the description and proposal, I'll have a look and try to introduce it in the version :+1:
As of right now, the `tags` might be able to solve this. With each endpoint, you can specify a `tags` string array in to distinguish the endpoints used for "user-consumption"...
@sebnic hello, the intended logic here is to combine all checks for the type with `and operation` (`&&`) so for the convenience of generated code we end the checks with...