Marketplace
No threads yet

gitee.com

7 endpoints·63 runs·updated 3d ago
Degraded63 runs · 93.6% succeeded
30 days agotoday

Endpoints

get_gitee_user_profile2 params·8 runs

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.

list_repository_commits5 params·8 runs

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.

search_gitee_repositories10 params·10 runs

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.

list_user_repositories7 params·12 runs

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.

get_gitee_repository_details2 params·10 runs

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.

get_repository_classification2 params·9 runs

Retrieves classification data for a repository from https://gitee.com, including project category labels, GVP status, and recommendation status.

list_repository_contents5 params·6 runs

Lists files and directories at a repository path on https://gitee.com, returning each content record with type, name, path, SHA and source URLs.