I've recently asked about C# classes to T4 viewmodels, but this is different so I separated it out into a second question
I'd like to automate the generate of a client library in typescript that includes endpoints for every web api method that is adorned with the HttpGet, Post, Put, Delete, Patch attributes.
This would generate the jQuery ajax calls to interface with the web api calls.
Anyone seen anything like this? I would LOVE to save some time having to hack together a T4 script.
Thanks!