MrRefactoring / confluence.js

confluence.js is a powerful Node.JS/Browser module that allows you to interact with the Confluence API very easily
https://mrrefactoring.github.io/confluence.js/
MIT License
58 stars 15 forks source link

Confluence V2 API #38

Open andymac4182 opened 1 year ago

andymac4182 commented 1 year ago

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?

MrRefactoring commented 1 year ago

Hello @andymac4182! I have a small self-written library for generating code based on the Open API. We need to try to generate code for the new version of the API

MrRefactoring commented 1 year ago

Thank you for the notification!

andymac4182 commented 1 year ago

Thanks :) Keen to see this added.

Is the tool available somewhere to check out?