gitee.com
7 endpoints·63 runs·updated 3d agoEndpoints
Gets a public user profile from https://gitee.com, including follower/following counts, bio, public repository total, and any available contact fields. Returns status_code 404 for usernames that do not exist.
Lists repository commits from https://gitee.com with page/per_page pagination and newest-first ordering. Returns commit objects with SHA, author, committer, message, and all other non-empty commit fields exposed by Gitee.
Searches repositories on https://gitee.com using the site's repository search API and returns paginated repository records with full non-empty metadata. Supports keyword search with optional filters and includes a fallback to user repositories when search results are unavailable.
Lists public repositories for a specific user on https://gitee.com and returns paginated repository objects with full non-empty metadata, including stars, forks, language, and timestamps.
Fetches comprehensive metadata for a single repository from https://gitee.com, including namespace, owner and assigner objects, project membership, labels, license, activity counts, and timestamps.
Retrieves classification data for a repository from https://gitee.com, including project category labels, GVP status, and recommendation status.
Lists files and directories at a repository path on https://gitee.com, returning each content record with type, name, path, SHA and source URLs.