qxc.restful

0.9.10 • Public • Published

qxc.restful

Integrates Restful.js with Qooxdoo.

Integrate in your Application

Add qxc.restfulto your dependencies.

yarn add qxc.restful

Add qxc.require and qxc.restful to your compile.json libraries

  "libraries"[
    "node_modules/qooxdoo-sdk/framework",
    "node_modules/qxc.require",
    "node_modules/qxc.restful",
    "."
  ]

Init both libaries in your a Application.js

qxc.restful.Init.getInstance().init();
// Must be last
qxc.require.Init.getInstance().init();

Development / Update alameda

Install yarn, grunt and ncu:

npm install -g yarn
npm install -g grunt
npm install -g npm-check-updates

Check for updates

ncu -u -a

Run yarn

yarn upgrade

Upgrade deps with grunt

grunt

License

MIT

/qxc.restful/

    Package Sidebar

    Install

    npm i qxc.restful

    Weekly Downloads

    0

    Version

    0.9.10

    License

    MIT

    Unpacked Size

    345 kB

    Total Files

    15

    Last publish

    Collaborators

    • pcdummy