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 believe apistudio.io can generate a mock server for a REST API when given that API's Swagger spec (thanks to @dibyom for telling me about this).
If we can get that working, it would be much less work than manually setting up a mock API on Firebase, as @redbassett has currently been doing. I would like to use the swagger.json generated by the server rather than the spec Swagger, because that way, we'll know the mock routes are accurate to what the server actually provides.
The text was updated successfully, but these errors were encountered:
I believe apistudio.io can generate a mock server for a REST API when given that API's Swagger spec (thanks to @dibyom for telling me about this).
If we can get that working, it would be much less work than manually setting up a mock API on Firebase, as @redbassett has currently been doing. I would like to use the
swagger.json
generated by the server rather than the spec Swagger, because that way, we'll know the mock routes are accurate to what the server actually provides.The text was updated successfully, but these errors were encountered: