Hi everyone, does anyone here already tried to generate a JS/TS API client from Swagger (not sure if this is what they called codegen) ? I have a spec from swagger in a .json format and our team wants to create a class for it sort of like SDK to perform our HTTP request, I'm thinking if this is possible and also I'm considering some future problems like we won't be able to use the
cy.request()
if ever we implement it this way. One reason why we are planning to do this is to avoid writing the API request headers/body manually. Hope someone already tried this. Thanks!