2 个仓库
Utilities for testing HTTP clients against predictable mock endpoints.
Distinct from REST API Clients: Candidates focus on the clients themselves, not the act of debugging a client using a mock server.
Explore 2 awesome GitHub repositories matching development tools & productivity · API Client Debugging Tools. Refine with filters or upvote what's useful.
JSONPlaceholder 是一个 REST API 模拟服务器和 JSON 模拟服务,提供托管的前端开发沙箱。它作为一个伪后端,返回预定义的 JSON 响应,以模拟用于开发和测试的 REST API。 该服务支持跨源资源共享(CORS),允许从不同的浏览器域测试 API 集成。它能够模拟 CRUD 操作并检索模拟数据,而无需实时数据库。 该系统将 URL 模式映射到静态的基于 JSON 的数据存储,并以无状态方式处理请求。它包括用于查询参数过滤和嵌套资源映射的功能,以模拟一对多关系数据结构。
Allows testing the behavior of HTTP clients against a stable and predictable set of REST endpoints.
Knife4j 是一个增强型 Web 界面,用于可视化和交互 OpenAPI 和 Swagger 规范。它作为一个文档 UI 和调试工具,自动从 Java 源代码和 Web 框架生成技术参考。 该项目通过其将来自多个分布式微服务的 API 定义聚合到一个统一文档门户的能力脱颖而出。它使用 OAuth2 身份验证流程保护此门户,并提供网关以限制对技术规范和测试工具的访问。 该平台包括具有动态参数测试和基于代理的请求转发的请求调试功能。它还支持通过集成外部 Markdown 文件进行内容管理以获取补充技术指南,并提供用于前端界面定制的工具。
Provides debugging features including dynamic parameter testing, request caching, and technical specification displays.