[][src]Crate confluence

Access and modify Atlassian Confluence pages from Rust.

Working with this library

To start, create a new Session by calling a login on it with your credentials.

Internally, the Session struct stores the auth token and uses it when calling remote methods.

The token will be destroyed (automatic logout) when Session goes out of scope.

Modules

http

HTTP helpers.

rpser

Remote procedule call implementation and serialization to XML.

wsdl

WSDL inspection helpers.

Structs

Page

Page.

PageSummary

Page Summary.

PageUpdateOptions

Options for updating the page.

Session

Client's session.

Space

Space.

UpdatePage

Page Object for creating a Page.

Enums

Error

Confluence library error.

Traits

FromElement

Type Definitions

Result