Back to skills
extension
Category: Development & EngineeringNo API key required

api-endpoint-create

Standard procedure for creating robust API endpoints

personAuthor: 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.