DEV Community

Discussion on: Stop using Swagger-UI and MSW, but SDK instead

Collapse
 
samchon profile image
Jeongho Nam • Edited

My program is not revolutionary, but is not it the 1st that supporting mock up simulation? Also, I experienced openapi-generator, but it was not enough usable, especially restoring JSON schema to TypeScript definition.

Thread Thread
 
jvmlet profile image
Furer Alexander

1.Google for pact - you won't need another mockup tool.
2.We are generating ts for pretty complex open api schema without any issue

Thread Thread
 
samchon profile image
Jeongho Nam
  1. Thanks, I will study it
  2. I often utilize discriminated union type due to business logic reason, but openapi-generator be broken