Expand description
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.
- Page
Summary - Page Summary.
- Page
Update Options - Options for updating the page.
- Session
- Client’s session.
- Space
- Space.
- Update
Page - Page Object for creating a Page.
Enums§
- Error
- Confluence library error.