Skip to end of metadata
Go to start of metadata
Steps
| API Requirements | Input: Jira issue description and project goals AI Task: Extract requirements for the API: Identify endpoints, data flows, and functionalities. Highlight constraints (e.g., performance, security).
Output: A structured table of API requirements.
|
---|
1 | Endpoint Design | Input: API requirements and data flow context AI Task: Define the endpoints for the API: Include HTTP methods (GET, POST, PUT, DELETE, etc.). Specify request/response structures (e.g., headers, body, query params).
Output: A structured table of API endpoints.
|
---|
2 | Document API | Input: API design and endpoint details AI Task: Create developer-friendly API documentation: Include endpoint descriptions, examples, and error handling. Suggest tools like Swagger/OpenAPI for documentation generation.
Output: A detailed API documentation draft.
|
---|
3 | Validate API Design | Input: Full API design, endpoints, and documentation AI Task: Review the API design for completeness: Output: A validation report with actionable feedback.
|
---|
0 Comments