gitee_get_traffic_data
Get repository traffic data including visitor and clone counts for a specified date range. Input owner, repo, start_day, and end_day to fetch statistics.
Instructions
Get repository traffic statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| start_day | Yes | Start date (YYYY-MM-DD) | |
| end_day | Yes | End date (YYYY-MM-DD) |