analyze_api_endpoint
Extract all API endpoint definitions with methods, paths, and handlers from an API file to map service routes and support test case generation.
Instructions
Analyze an API file and extract all endpoint definitions with their methods, paths, and handlers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Git ref to read from | |
| filePath | Yes | Path to the API file | |
| serviceName | Yes | Name of the service |