qxc.restful
v0.9.10
Published
Integrates Restful.js with Qooxdoo.
Downloads
21
Readme
qxc.restful
Integrates Restful.js with Qooxdoo.
Integrate in your Application
Add qxc.restfulto your dependencies.
yarn add qxc.restfulAdd 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-updatesCheck for updates
ncu -u -aRun yarn
yarn upgradeUpgrade deps with grunt
gruntLicense
MIT
