quarto-dev / quarto-dev/quarto-cli
[Confluence] Upgrade Deprecated API calls to REST v2.0
Open
Nobody has claimed this yet.
enhancement
epic
publishing-confluence
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
The following v1 APIs are now deprecated in favor of their 2.0 versions. We should upgrade them if we can:
- get Space
- get Content
- create Content
- update Content
- get Content by Id
- delete Content
- get Attachments
- get Content for Space
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Confluence integration entry points for the listed space, content, attachment, and content-by-space operations, then compare their current v1 calls with the REST v2.0 equivalents. Done means upgrading each supported operation, documenting any that cannot be migrated, and verifying the integration still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100