返回 Skill 列表
extension
分类: 开发与工程无需 API Key

api-endpoint-create

创建稳健API端点的标准程序

person作者: jakexiaohubgithub

Procedure

  1. Define the Request/Response schema (Zod/OpenAPI).
  2. Create the route handler/controller.
  3. Implement business logic in a service layer.
  4. Add authentication/authorization middleware.
  5. Write an integration test for the endpoint.