Iovoslav Iovchev
Iovoslav Iovchev
I have [forked](https://gitlab.com/IovoslavIovchev/codegen) this already since I needed some things (and plan to add more), don't mind merging here.
@Carter12s I actually haven't considered whether it's better to have my fork published as a new crate (as so far it has been fine to have it as a git...
A little update from me, I have been adding the changes I need, but I don't consider them worthy of a new version yet. Once I do, I will publish...
I found myself in a similar situation today. I need to iterate over all operations (it's just easier with my current code). So far I have created an `enum` for...
Since I needed this, I already implemented it in my fork
This one is a bit old and the merged changes from #17 don't seem to be in the latest changes in master, I have opened #57 to add Security Requirements...
#11 is why the `Method` enum is needed
Awesome news, @Carter12s! Apologies for the delay, I am only now getting back to this project. I have started looking at the opened issues, and expect to have some MRs...
thanks @simonbuchan, that is what my current WIP implementation is based upon