{"id":18577466,"url":"https://github.com/ecomplus/apps-manager","last_synced_at":"2025-04-10T09:30:51.344Z","repository":{"id":36983619,"uuid":"219047412","full_name":"ecomplus/apps-manager","owner":"ecomplus","description":"JS lib to manage E-Com Plus store applications","archived":false,"fork":false,"pushed_at":"2025-04-07T19:35:06.000Z","size":2699,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T20:34:41.771Z","etag":null,"topics":["admin","ecomplus","ecomplus-apps","marketplace"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecomplus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-01T19:11:14.000Z","updated_at":"2025-04-07T19:35:08.000Z","dependencies_parsed_at":"2023-02-19T10:16:11.035Z","dependency_job_id":"b938cdaa-e3ea-47d0-87f1-9e61899ad0de","html_url":"https://github.com/ecomplus/apps-manager","commit_stats":{"total_commits":257,"total_committers":5,"mean_commits":51.4,"dds":0.5058365758754864,"last_synced_commit":"d4562b05081a27978599ab9de47ffad2d7c2276c"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fapps-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fapps-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fapps-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomplus%2Fapps-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecomplus","download_url":"https://codeload.github.com/ecomplus/apps-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729211,"owners_count":20986390,"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":["admin","ecomplus","ecomplus-apps","marketplace"],"created_at":"2024-11-06T23:29:16.204Z","updated_at":"2025-04-10T09:30:50.650Z","avatar_url":"https://github.com/ecomplus.png","language":"JavaScript","readme":"# apps-manager\n\n[![Publish](https://github.com/ecomplus/apps-manager/workflows/Publish/badge.svg)](https://github.com/ecomplus/apps-manager/actions?workflow=Publish) [![CodeFactor](https://www.codefactor.io/repository/github/ecomplus/apps-manager/badge)](https://www.codefactor.io/repository/github/ecomplus/apps-manager) [![npm version](https://img.shields.io/npm/v/@ecomplus/apps-manager.svg)](https://www.npmjs.org/@ecomplus/apps-manager) [![License AGPL](https://img.shields.io/badge/License-AGPL-orange.svg)](https://opensource.org/licenses/AGPL-3.0)\n\nJS lib to manage E-Com Plus store applications\n\n[Changelog](https://github.com/ecomplus/apps-manager/blob/master/CHANGELOG.md)\n\n## Usage\n\nThe `@ecomplus/apps-manager` package can be used to work with [E-Com Plus Market](https://market.e-com.plus/) and [Store API](https://developers.e-com.plus/docs/api/#/store/applications/) applications, with methods for apps search, install, edit and delete.\n\nIt's available for both Node.js and browser environments.\n\n- [Get started](https://developers.e-com.plus/apps-manager/module-@ecomplus_apps-manager.html)\n- [Class reference](https://developers.e-com.plus/apps-manager/EcomApps.html)\n\n### Example\n\n```js\nimport ecomAuth from '@ecomplus/auth'\nimport ecomApps from '@ecomplus/apps-manager'\n\necomApps.listFromMarket()\n  .then(availableApps =\u003e {\n    console.log(availableApps)\n  })\n  .catch(console.error)\n\nconst listStoreApps = () =\u003e {\n  ecomApps.list()\n    .then(installedApps =\u003e {\n      console.log(installedApps)\n    })\n    .catch(console.error)\n}\n\nif (ecomAuth.checkLogin()) {\n  listStoreApps()\n} else {\n  ecomAuth.on('login', listStoreApps)\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomplus%2Fapps-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecomplus%2Fapps-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomplus%2Fapps-manager/lists"}