Hunter Breathat
Hunter Breathat
Dart codegen bug fixes: honor prefix/suffix, handle operation return types, replaces Object with Map
Is there an ETA on this? I'm running into the issue of the `Object.listFromJson` [here](https://github.com/Nexushunter/opensearch-dart/pull/5). If needed I can pick up the `object => map` conversion.
Opening this early to get some feedback and thoughts.
I'm up to help out, but I have no idea where to start 😄
The oas spec included above is public but here is a minimal example: I pulled the spec down and updated my generator config: `inputSpecFile: './openapi.yaml'` As an aside: Is there...
No worries! Thanks for the tip!
I noticed the type issues and am addressing those! Thanks for the quick turn around time. If you'd like some help LMK I'd love to assist
👋🏻 I'm also noticing that the return values are `Future
At the moment, this library generates from an OAS spec. I definitely like the idea of having annotations that would that. I think that would be better implemented once we...
The fix for this will be in the up coming release.
I can speak to this bit! I was torn when writing this functionality. I am not a fan of writing it into a manually written file. There are limitations into...