E2e Review 1781166958461

E2E 自动审核测试:JSONPlaceholder 公开只读接口(GET,幂等无副作用)

xapi-labs Updated

File contents

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"

xapi-labs/skill-market/tree/main/skills/e2e-review-1781166958461 commit 984e302316

Frequently asked questions

npx skillmds@latest add xapi-labs/e2e-review-1781166958461