y-haidar
y-haidar
I just tried [openapicmd](https://github.com/openapistack/openapicmd) for your case 1 and here is what I got: ```bash npx openapicmd typegen http://localhost:3001/api/docs/private/api.json > ./src/openapi.d.ts ``` ```typescript ... declare namespace Components { namespace Schemas...
I have started playing around with this idea, it turned ugly, and that made me think maybe stdin is more than enough. Closing
If it is helpful, this is what I did: https://github.com/y-haidar/hexerator/tree/feat_plugin_source_provider When I run it via `cargo run -- --load-plugin target/debug/libhello_world.so` I get this:  I don't fully understand the code...
 Now that I am beginning to understand the project code, this feature isn't that difficult. Managed to get streaming to work. Want me to make a PR? If yes,...