dev-proxy icon indicating copy to clipboard operation
dev-proxy copied to clipboard

Mock API by pointing to Open API spec

Open svrooij opened this issue 5 months ago • 2 comments

It would be very cool if you could point the dev proxy to some openapi spec url and have it mock that api.

And as an extra feature it should use AI (bring your own key) that checks the object type and tries to mock reasonable data.

So if you mock a /users/{id} endpoint it would generate a reasonable response for a givenName or a mail property.

The generated response should be saved for economic reasons off course.

svrooij avatar Jan 27 '24 10:01 svrooij