1.4.3 • Published 5 months ago

jxp-helper v1.4.3

Weekly downloads
29
License
MIT
Repository
github
Last release
5 months ago

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" });
1.4.3

5 months ago

1.4.2

5 months ago

1.4.1

10 months ago

1.4.0

1 year ago

1.3.14

3 years ago

1.3.13

3 years ago

1.3.11

3 years ago

1.3.12

3 years ago

1.3.10

3 years ago

1.3.9

3 years ago

1.3.7

3 years ago

1.3.8

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago