back

by jtwaleson·1y ago·view on hn ↗
I switched to utoipa as I also needed an Open api client generator.

One neat thing is that I generate the complete client with a bit of python code. Then I use Knip to find unused exports in my Typescript project. I actually found some unused backend methods that were left over from refactoring.