nodeway-swallowdeprecated

nodeway-component swallow

Usage no npm install needed!

<script type="module">
  import nodewaySwallow from 'https://cdn.skypack.dev/nodeway-swallow';
</script>

README

Swallow

    一组实现EPP协议的API函数。

Installing

    npm install nodeway-swallow

Using

    var api = new Swallow;
    api.login(clID, pass, cb);
    api.passwd(newPW, cb);
    api.logout(cb);
    api.check(obj, name, cb);
    api.info(obj, name, cb);
    api.delete(obj, name, cb);
    api.renew(name, y, cb);
    api.autorenew(id, ack, cb);
    api.transfer(op, id, cb);
    api.create(params, cb);
    api.update(params, cb);
    api.restore(params, cb);
    api.show(obj, name, cb);
    api.list(obj, page, where, cb);
    api.pdns(action, domain, record, cb);
    api.sendVerifyCode(email, cb);
    api.compVerifyCode(email, verifyCode, cb);
    api.resultRegistrant(contactId, cb);
    api.uploadRegistrant(contactId, json, cb);
    api.load(obj, name, cb);