Dapplo.Confluence
Dapplo.Confluence copied to clipboard
An Atlassian confluence client for .NET
Confluence REST API supports copying content from a source content to a target content. I'm working on a project today in Dapplo.Confluence that would have made extensive use of that...
Atlassian posted an update to their API, it is now using a cursor to go to the next and previous results. More information can be found here: https://developer.atlassian.com/cloud/confluence/change-notice-moderize-search-rest-apis/ This is...
We have a use case where we want to download content from a variety of spaces and re-upload them as copied pages to a centralized space. The one issue I'm...
In order to get the UpdateAsync method to be accepted by Visual Studios I had to build and use a Content variable as follows: Content content = confluenceClient.Content.GetAsync(contentDigest.Id).Result; String bodyViewValue...
Hello, I have the following scenario: - I retrieve some pages based on their identifiers - for each page I try to update the content - for each page (previousPage)...
Hi, I am trying to add an image to an existing confluence page. Can you share some code exemple to do so? I'm looking into this functions but I am...
I created this code to be able to search our per 5.7 confluence service ``` public static class OldSearch { public static async Task SearchOldAsync(this IContentDomain confluenceClient, string searchValue, CancellationToken...
Currently there is no paging support, the description on how this works can be found here: https://developer.atlassian.com/confdev/confluence-server-rest-api/pagination-in-the-rest-api
This is just to document that there is currently no way to get events from Team-Calendars. Unfortunately, Atlassian doesn't have documentation on their API and as far as I can...
I have a use case where I want to return the contents of a space, but at present, I'm limited to only returning the first 25 results. Could we support...