kjayasa / swagger-ts-client

A tool to generate typescript http clients and types from swagger definitions
MIT License
27 stars 24 forks source link

Is it available to use only typings? #13

Open fletcherist opened 5 years ago

fletcherist commented 5 years ago

Hello, guys! Thanks for this beautiful tool. It works perfectly as expected. Is there any opportunity to use only typing-generator feature? For example, I want to write HTTP requester by my own, but I want to use types generated by swagger schema.

What do you think? What is the best way to do it?

callmeberzerker commented 5 years ago

This is would actually really helpful to me as well. @kjayasa are you OK with this?