{"id":24649422,"url":"https://github.com/smclab/liferay-connector","last_synced_at":"2025-10-19T11:21:23.535Z","repository":{"id":14797417,"uuid":"17519549","full_name":"smclab/liferay-connector","owner":"smclab","description":"Liferay JSON WS wrapper for Node and Titanium SDK","archived":false,"fork":false,"pushed_at":"2018-09-04T08:45:55.000Z","size":152,"stargazers_count":16,"open_issues_count":3,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-18T18:59:10.505Z","etag":null,"topics":["api","jsonws","liferay","node-js","titanium-sdk"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smclab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-07T16:13:09.000Z","updated_at":"2019-06-11T13:46:55.000Z","dependencies_parsed_at":"2022-09-16T03:50:44.109Z","dependency_job_id":null,"html_url":"https://github.com/smclab/liferay-connector","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smclab%2Fliferay-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smclab%2Fliferay-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smclab%2Fliferay-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smclab%2Fliferay-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smclab","download_url":"https://codeload.github.com/smclab/liferay-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253947288,"owners_count":21988935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","jsonws","liferay","node-js","titanium-sdk"],"created_at":"2025-01-25T17:17:03.622Z","updated_at":"2025-10-19T11:21:18.513Z","avatar_url":"https://github.com/smclab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Liferay Connector\n=================\n\n\u003cimg\n    align=\"right\" width=\"128\" height=\"128\"\n    src=\"https://raw.githubusercontent.com/smclab/liferay-connector/master/logo.png\"\u003e\n\n[![Dependencies](https://david-dm.org/smclab/liferay-connector/status.svg?style=flat-square)](https://david-dm.org/smclab/liferay-connector#info=dependencies)\n[![Dev Dependencies](https://david-dm.org/smclab/liferay-connector/dev-status.svg?style=flat-square)](https://david-dm.org/smclab/liferay-connector#info=devDependencies)\n[![Available on NPM](https://img.shields.io/npm/v/liferay-connector.svg?style=flat-square)](https://www.npmjs.org/package/liferay-connector)\n[![Available on gitTio](https://img.shields.io/badge/available_on-gitTio-00B4CC.svg?style=flat-square)](http://gitt.io/component/liferay-connector)\n\nThis module, available for Node.js and Titanium SDK, wraps the Liferay JSON WS into an easier to use (and easier to test!) API.\n\nWorks and tested with **Liferay 7.0.x** and **6.2.x** and **6.1.x**, both CE and EE.\n\n\nInstallation\n------------\n\nWith **npm** for **Node.js** and **io.js** you can easily install it with\n\n    $ npm install --save liferay-connector\n\nWith **gitTio** for  **Titanium SDK** you can easily install it with\n\n    $ gittio install liferay-connector\n\nTo download the module for [manual install][mi] (e.g. through *Appcelerator Studio*) then head over the [releases page][rp] to download the latest packaged module.\n\n[mi]: http://docs.appcelerator.com/titanium/latest/#!/guide/Using_a_Module\n[rp]: https://github.com/smclab/liferay-connector/releases\n\n\nUsage\n-----\n\nAn example is worth thousands of words.\n\n```js\nvar liferay = require('liferay-connector');\n\nliferay.authenticate('http://localhost:8080', {\n    login: '??',\n    password: '??'\n}, function (err, session) {\n  session.invoke({\n  \t\"/group/get-user-sites\": {}\n  }, function (err, sites) {\n  \tconsole.dir(sites);\n  });\n});\n```\n\n\nCredits\n-------\n\nHumbly made the spry ladies and gents at SMC.\n\n\nLicense\n-------\n\nThis library, *liferay-connector*, is free software (\"Licensed Software\"); you can\nredistribute it and/or modify it under the terms of the [GNU Lesser General\nPublic License](http://www.gnu.org/licenses/lgpl-2.1.html) as published by the\nFree Software Foundation; either version 2.1 of the License, or (at your\noption) any later version.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY,\nNONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General\nPublic License for more details.\n\nYou should have received a copy of the [GNU Lesser General Public\nLicense](http://www.gnu.org/licenses/lgpl-2.1.html) along with this library; if\nnot, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth\nFloor, Boston, MA 02110-1301 USA\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmclab%2Fliferay-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmclab%2Fliferay-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmclab%2Fliferay-connector/lists"}