Gitee opens API data to connect more applications

(Gitee - Enterprise-level DevOps R&D efficiency platform) is a code hosting platform for version control and collaboration, similar to Github. For domestic developers, Gitee is no stranger. When using GitHub, domestic users often encounter the problem that the access speed is too slow or even inaccessible. At this time, Gitee is a better choice.

Compared with GitHub, Gitee also provides a free Git repository. In addition, functions such as code quality inspection and project demonstration are integrated. For team collaboration development, Gitee also provides project management, code hosting, and document management services.

In addition to providing the above functions, few people know that the Gitee platform itself also provides open API functions. Through these open APIs, developers can query some public information of all warehouses on Gitee and manage team warehouses, versions, branches, etc. Function. This article mainly explains how to use Gitee open API with zero code in Aboter and realize data interconnection with more applications.

Instructions:

  • Create a process (either IPaaS or RPA type). This article takes creating a timing-triggered IPaaS process as an example, and select the [Timing Trigger] type in the editing component of the triggering condition component.
    insert image description here

  • Drag the [Application Connector > Other Applications > gitee] component on the left to the execution process block, select the appropriate operation and configure the operation business parameters. The currently supported operations include search, user account, dynamic notification and other types of operations.
    insert image description here

  • You can drag more business components into the execution process block as needed, so as to realize the interconnection and intercommunication between Gitee data and more applications.

  • Save and publish the process.

illustrate:

The above process is only a schematic process. Some logic of data processing is ignored in the article. For a more complete process, please refer to: process arrangement and gitee connector .

Guess you like

Origin blog.csdn.net/qiniuchangxiang/article/details/131939906