Skip to content

WorkSpaceMan/jxp-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JXP Helper

A bunch of helpers to make it easier to read, write, delete and do other cool stuff with the JXP API server

Installation

npm install --save jxp-helper

Config

Config file

Use config and create config/default.json with your jxp_server.

Eg. of default.json

{
    "jxp_server": "http://localhost:2001"
}

Pass in config

When initialising the helper, just pass in server.

const JXPHelper = require("jxp_helper");
const apihelper = new JXPHelper({ server: "http://localhost/api" });

About

A bunch of helpful functions for talking to a JXP API server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published