confluence.js
confluence.js copied to clipboard
confluence.js is a powerful Node.JS/Browser module that allows you to interact with the Confluence API very easily
## Branch we are working * #40 All PR should have a target for this branch. ## General - [x] #35 completed. - [x] #46 - [ ] #44 -...
For #38
This issue tracks the need to enhance the [`blogPost.updateBlogPost`](https://github.com/MrRefactoring/confluence.js/blob/feature/v2-api/src/version2/blogPost.ts#L140) method by including a `data` property. The data property should have the following structure: ```typescript data: { id: parameters.updateId, // Required...
This issue tracks the need to enhance the [`blogPost.createBlogPost`](https://github.com/MrRefactoring/confluence.js/blob/feature/v2-api/src/version2/blogPost.ts#L73) method by including a `data` property. The data property should have the following structure: ```typescript data: { spaceId: parameters.spaceId, // Required...
Hi! I noticed that current content payload doesn't fully attract schema described here: https://docs.atlassian.com/ConfluenceServer/rest/8.3.1/#api/content-createContent For example metadata is missing
There is a new V2 API for Confluence that has been released. https://community.developer.atlassian.com/t/release-of-new-endpoints-for-confluence-rest-api-v2/65242 Do you have a pattern you would like to follow to put these into the library?
Hey, Thanks for your work on this package. It was a big help with my plugin (https://obsidian-confluence.com/). Thanks for being happy to take contributions and work with me on the...