Gitee
Gitee (码云) is a major China-based Git hosting and DevOps platform operated by OSChina / Shenzhen Oschina (开源中国). It provides code hosting, pull requests, issue tracking, gists, organizations, and enterprise DevOps workflows for millions of developers and repositories. Gitee exposes a documented REST API v5 at https://gitee.com/api/v5 (live Swagger at https://gitee.com/api/v5/swagger) covering repositories, issues, pull requests, users, organizations, gists, enterprises, webhooks, and search. Requests authenticate with a personal access token (access_token query parameter or Authorization header) or via OAuth2. Gitee offers a free personal tier plus paid Enterprise editions.
APIs
Gitee Repositories API
Create and manage repositories and their contents - branches, tags, commits, contents, forks, collaborators, branch protection, and file blobs and trees. The largest surface of ...
Gitee Issues API
Track work with issues - list, create, and update issues for a repository or organization, manage issue comments, labels, and milestones, and inspect the pull requests linked to...
Gitee Pull Requests API
Propose and review code changes - list, create, and update pull requests, read their commits and changed files, check merge status, merge or test a pull request, and assign revi...
Gitee Users and Organizations API
Read and manage the authenticated user's profile, SSH public keys, namespaces, followers and following, plus organizations and their members and membership.
Gitee Gists API
Manage code snippets (gists) - list, create, read, update, and delete gists, star and unstar them, browse their commit history, and manage gist comments.
Gitee Enterprises API
Enterprise DevOps surface for Gitee Enterprise Edition - list the authenticated user's enterprises, read an enterprise, manage enterprise members and invitations, and work with ...
Gitee Webhooks API
Configure repository WebHooks that Gitee posts events to over outbound HTTP - list, create, read, update, and delete a repository's webhooks and send a test delivery. These are ...