Andrea Peruffo
Andrea Peruffo
+1 from me, this was slightly related: https://github.com/microsoft/kiota/issues/2428 but the proposed builder pattern, e.g.: ```java TemporaryFileResponse temporaryFileResponse = sampleClient .api() .temporaryFiles() .get(temporaryFilesRequestConfiguration() .headerOne("value1") .xClient("value2") .token("value3") ); ``` Looks extremely appealing!
@geometrikal I published a pre-release version from my PR: https://github.com/andreaTP/kiota-prerelease/releases/tag/v0.0.0-pre%2BandreaTP.initial-fixes-simple-oneOf-py.b46369a it would be great if you could test my changes from there or rebuilding kiota from my branch.
@geometrikal I see a few additional edge cases being triggered by your description: - `/fruits` / `response` doesn't have a discriminator, this means that the resulting type is undecidable -...
Thanks for the context! Wow, I haven't noticed that some of those patterns are expected to be supported, we should probably create IT tests for all of the languages as...
Sorry for the delay here @baywet , I can confirm that the resent improvements on `allOf` are not either positively nor negatively affecting this issue. This is my reproducer triggered...
🎉 great work!
Thanks @wtrocki for the heads up! I'm speechless, three different ppl pinging the maintainer, an issue, a PR and everything have been ignored for months. The maintainers of this repo...
@rkpattnaik780 sorry for the confusion, please use the version from the branch `enable-cli-on-k8s`, https://github.com/andreaTP/srs-fleet-manager/tree/enable-cli-on-k8s/dist/k8s-dev
Hi @STRRL ! Let me know if something doesn't work as expected, please also notice that publishing to Jitpack is somehow suboptimal, but that's the only proposal I can drop...
Hi everyone 👋 long time no see! Stepping by just to let you know that there are at least a couple of Java projects that might spare you some cycles...