为客户端开发搭建/模拟 REST 服务
有两个团队分别开发 REST 服务和 Web 客户端。
是否有一个工具可以在给定配置的情况下构建 REST 服务,可以为 URI+VERB 组合返回预定结果?
There are two teams that are working on a REST service and a web client separably.
Is there a tool that scaffolds a REST service given a configuration can return a predetermined result for a URI+VERB combination?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
寻找同样的东西。到目前为止我发现的只是这个项目 SOAP/REST Mock Service
但我还没有测试过。
Looking for the same thing. All I have found so far is this project SOAP/REST Mock Service
but I haven't tested it yet.