chartered icon indicating copy to clipboard operation
chartered copied to clipboard

Generate request/response types from OpenAPI

Open w4 opened this issue 4 years ago • 0 comments

OpenAPI seem to have a a nice little generator for both typescript (using fetch) and Rust (which we'll use without a runtime, just for the model generation). We should move over to this to reduce a lot of the code surrounding request/response types in both Typescript & Rust

w4 avatar Sep 18 '21 10:09 w4