confluence-soap

Ruby client for Confluence’s SOAP API

http://<confluence-install>/wiki/rpc/soap-axis/confluenceservice-v2?wsdl

Example Usage

require 'confluence-soap'

cs = ConfluenceSoap.new("http://<confluence-install>/wiki/rpc/soap-axis/confluenceservice-v2?wsdl",
                        "user", "password")

cs.get_pages("name_of_your_space")

Running the specs

First: cp config/confluence.yml.example config/confluence.yml

Then edit config/confluence.yml to match your instance’s settings. You should create a separate confluence space for the specs to run against, as running the specs will delete all pages in that space.

Contributing to confluence-soap

### Credits

Ping Yu

Eric Himmelreich

Intridea

Copyright © 2014 Intridea. See LICENSE.txt for further details.