Confluence DotNet API Release

Source: Internet
Author: User
Tags dotnet net xml

I. Engineering background

The company is located in the engineering inspection industry, the need to manage 30 Field engineering Team Test reports, currently using the Confluence knowledge management system, for the management of test reports, in the future may also be based on the test report Natural language analysis processing.

Baidu Encyclopedia is so explained confluence:

Confluence provides a collaborative environment for the team. Here, team members work together to write documents and manage projects in a collaborative manner. From then on, breaking the deadlock between different teams, different departments and individual information silos, confluence really realized the organization resource sharing.

Two. What are we going to do?

Currently planning to develop a desktop report management tool, similar to svn+ Baidu Cloud disk and other effects, the server and Data warehouse is already in use confluence, so you need to develop a desktop-side application.

But the current online-based confluence are doing Python, C + + and other interfaces, the team to. NET is more familiar, so it took a few days to study the Rpc/xml protocol of the next confluence.

Reference: Https://developer.atlassian.com/confdev/deprecated-apis/confluence-xml-rpc-and-soap-apis, also used the Wireshark grab Bag tool.

Finally, the Confluence C # API is implemented on the. NET XML/RPC protocol.

Three. What functionality has been implemented by the Confluence DotNet API

What Confluence DotNet API can do now

    • Manage Confluence Login (login operation)
    • Managing Confluence space (spatial operations
    • Manage Confluence Pages (page actions)
    • Manage Confluence Attachment (attachment operation)

Usage examples:

Privateconfluenceclient confluenceclient; Private stringtoken; Private stringUsername ="username"; Private stringPassword ="Password"; Private stringConfluence_url ="Http://your_confluence_site/rpc/xmlrpc"; [SetUp] Public voidSetUp () {confluenceclient=Newconfluenceclient (Confluence_url); varAuthenticate = confluenceclient.authenticate (username, password,reftoken);        Assert.istrue (authenticate); }

Full Source Code reference:

Https://github.com/enjoyeclipse22/ConfluenceDotNetAPI

Confluence DotNet API Release

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.