0.1.1 • Published 5 years ago
@avst-api/confluence-server v0.1.1
0.1.0
Added support for the following Content methods:
- Create content that can be used as
Content.createContentorAll.createContent. - Get content that can be used as
Content.getContentsorAll.getContents. - Update that can be used as
Content.updateContentorAll.updateContent. - Get content by id that can be used as
Content.getContentorAll.getContent. - Delete that can be used as
Content.deleteContentorAll.deleteContent. - Get history that can be used as
Content.getContentHistoryorAll.getContentHistory.
- Create content that can be used as
Added support for the following Content child methods:
- Children that can be used as
Content.Child.getChildrenorAll.getContentChildren. - Children of type that can be used as
Content.Child.getChildrenOfTypeorAll.getContentChildrenOfType. - Comments of content that can be used as
Content.Child.getCommentsorAll.getContentComments.
- Children that can be used as
Added support for the following Content child attachment methods:
- Get attachments that can be used as
Content.Attachment.getAttachmentsorAll.getContentAttachments.
- Get attachments that can be used as
Added support for the following Label methods:
- Labels that can be used as
Content.Label.getLabelsorAll.getContentLabels. - Add labels that can be used as
Content.Label.addLabelsorAll.addContentLabels. - Delete label that can be used as
Content.Label.deleteLabelorAll.deleteContentLabel.
- Labels that can be used as
Added support for the following Space methods:
- Spaces that can be used as
Space.getSpacesorAll.getSpaces. - Create space that can be used as
Space.createSpaceorAll.createSpace. - Update that can be used as
Space.updateSpaceorAll.updateSpace. - Delete that can be used as
Space.deleteSpaceorAll.deleteSpace.
- Spaces that can be used as
Added support for the following User methods:
- Get user that can be used as
User.getUserorAll.getUser.
- Get user that can be used as
Added support for the following Watch methods:
- Add content watcher that can be used as
Content.Watcher.addWatcherorAll.addContentWatcher. - Remove content watcher that can be used as
Content.Watcher.removeWatcherorAll.removeContentWatcher.
- Add content watcher that can be used as