E2E Review 1781166958461
E2E 自动审核测试:JSONPlaceholder 公开只读接口(GET,幂等无副作用)
Auth
export XAPI_KEY=xapi_...
Gateway: e2e-review-1781166958461.p.xapi.to (prod) / e2e-review-1781166958461.localhost:3001 (local).
Endpoints
GET /posts/:postId— 获取单篇文章GET /users/:userId— 获取用户GET /posts4— 获取所有文章
Example
curl -sS "https://e2e-review-1781166958461.p.xapi.to/posts/:postId" \
-H "xapi-key: $XAPI_KEY"