mogy-ovh

0.1.0 • Public • Published

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/

Readme

Keywords

Package Sidebar

Install

npm i mogy-ovh

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • neyric