paperclip-rs / paperclip

WIP OpenAPI tooling for Rust.
Apache License 2.0
890 stars 117 forks source link

Typescript output #503

Closed Poimen closed 4 months ago

Poimen commented 1 year ago

Hi,

I have been looking for a rsut cli that would be able to take in a openapi json document and output typescript/react-query files.

I got an example of: paperclip -i api.json --bindings typescript

However, it doesn't seem like this is either supported anymore, or the information is very wrong.

Does this cli support typescript client generation?

Thanks,

tiagolobocastro commented 4 months ago

Generating clients in other languages would be nice but we simply don't have the bandwidth to do that as of today.