Wrapper for cotendo SOAP Api
Install
sudo gem install cotendo
Usage
client = Cotendo.new(:user => 'user', :password => 'password')
# flush
client.flush('orig-10001.MyCompany.cotcdn.net', "/images/*") # hard flush
client.flush('orig-10001.MyCompany.cotcdn.net', ["/images/*", "/*.jsp", "/*.txt"], :flush_type => 'soft')
TODO
- add whole API
Author
Michael Grosser
michael@grosser.it
Hereby placed under public domain, do what you want, just do not hold me accountable...