0.1.0 • Published 9 years ago

mogy-ovh v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

mogy-ovh

OVH SOAP API Activity for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-ovh --save

To register the ovh activity to Amazon Simple Workflow :

$ mogy register

Config

In your mogy environment config file, under the activities key, add :

"ovh": {
    "nic": "xxxx-ovh",
    "password": "*****",
    "language": "fr"
}

Sample Decider Usage

activity({
    name: 'my-task',
    activity: 'ovh',
    input:  {
        method: 'domainInfo',
        args: {
            domain: 'mydomain.com'
        }
    }
})

For a full description of all available methods, see http://www.ovh.com/soapi/en/

0.1.0

9 years ago