pagekite-api

0.1.0 • Public • Published

PageKite API

This is a Node.js wrapper for PageKite XML-RPC API. Supported API are listed below.

NOTE This is ongoing work, more API will be added.

Installation

npm install pagekite-api

Basic Usage

var Pagekite = require('pagekite-api');
 
var pagekite = new PageKite('email', 'password');
 
pagekite.login(function(err, result) {
  
  pagekite.getAvailableDomains(function(err, result){
    
    pagekite.logout(function(err, result) {
    })
 
  })
 
});

API

Supported API Calls

  • User Account

    • Login
    • Logout
  • Kite Manipulation

    • Get available domains

Readme

Keywords

Package Sidebar

Install

npm i pagekite-api

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • arifsetiawan