You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it has a lot of potential, like I mentioned above being able to work together with @msw/data would improve it even further.
By doing so though there's an important concept to take care of: models don't map 1-1 with yaml response definitions.
Models are created like in typical ORM tools, they let you represent a database.
Endpoint response definitions instead could be an aggregation of different DB entries, or have a completely different shape.
So it would be nice to understand how you could create models from openapi components, but then offer responses based on the endpoint definitions.
hey, I really like this idea and I have thought of something that could improve it:
I have a scenario where I also have to replicate functional business logic, so it would be nice if:
The text was updated successfully, but these errors were encountered: