get_api_changes
Compare two branches or commits for a service to detect new or modified API endpoints. Use it to identify API changes for testing.
Instructions
Get API changes between two branches or commits for a service. Detects new/modified API endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseBranch | No | Base branch to compare against (default: main) | |
| headBranch | No | Head branch or commit to compare | |
| serviceName | Yes | Name of the service to check for API changes |