Show HN: An opinionated and statically-typed TypeScript SDK generator
41–47 of 47 posts
Re: Show HN: An opinionated and statically-typed TypeScript SDK generator
#42Nice! Any plans for generating C# sdk's?
I feel a bit spammy as I just commented on a comment a bit higher with the same thing, but NSwag will do the trick for you. https://github.com/RicoSuter/NSwag Works a treat and is open-source, integrates nicely with ASP WebAPI projects. Can even generate TypeScript clients with a choice of HTTP library (axios/fetch etc.) or even an Angular based client.
Re: Show HN: An opinionated and statically-typed TypeScript SDK generator
#43This easily shaves hours off a production quality api integration.
Re: Show HN: An opinionated and statically-typed TypeScript SDK generator
#44Re: Show HN: An opinionated and statically-typed TypeScript SDK generator
#45This has been something I have desperately wanted for years now. The execution looks very good. This easily shaves hours off a production quality api integration.
Re: Show HN: An opinionated and statically-typed TypeScript SDK generator
#46Earlier quoted context omitted.
I feel a bit spammy as I just commented on a comment a bit higher with the same thing, but NSwag will do the trick for you. https://github.com/RicoSuter/NSwag Works a treat and is open-source, integrates nicely with ASP WebAPI projects. Can even generate TypeScript clients with a choice of HTTP library (axios/fetch etc.) or even an Angular based client.
Thanks - NSwag had already been on my list to look at next week. The difference I see is that NSwag GitHub page is many screen heights long and it looks like I'm going to have to spend a bunch of time figuring it out. EasySDK was just click to upload a swagger file and I have a great looking TypeScript SDK, done.