gitExternalRepoInfo
Retrieves metadata and details of a Git repository from an external URL, with optional authentication.
Instructions
Retrieves information about an external Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | The username. | |
| repourl | Yes | The URL of the repository. | |
| password | No | The password. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. |