{"id":13340537,"url":"https://github.com/viur-framework/viur-shop-client","last_synced_at":"2026-02-05T06:03:07.567Z","repository":{"id":227900804,"uuid":"772690549","full_name":"viur-framework/viur-shop-client","owner":"viur-framework","description":"ViUR Shop JS Client","archived":false,"fork":false,"pushed_at":"2025-01-14T17:13:35.000Z","size":599,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-26T16:39:38.430Z","etag":null,"topics":["js-client","viur","viur-shop"],"latest_commit_sha":null,"homepage":"https://viur-framework.github.io/viur-shop-client/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viur-framework.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-15T17:35:55.000Z","updated_at":"2025-01-14T17:13:14.000Z","dependencies_parsed_at":"2024-04-26T16:56:37.867Z","dependency_job_id":"ef15c4ad-85d1-4c58-9c1c-24b148a4def4","html_url":"https://github.com/viur-framework/viur-shop-client","commit_stats":null,"previous_names":["viur-framework/viur-shop-client"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/viur-framework/viur-shop-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-shop-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-shop-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-shop-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-shop-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viur-framework","download_url":"https://codeload.github.com/viur-framework/viur-shop-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fviur-shop-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["js-client","viur","viur-shop"],"created_at":"2024-07-29T19:23:32.728Z","updated_at":"2026-02-05T06:03:07.553Z","avatar_url":"https://github.com/viur-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eViUR Shop JS Client\u003c/h1\u003e\n    \u003ca href=\"https://viur-framework.github.io/viur-shop-client/\"\u003e\n        \u003cimg alt=\"Badge showing GitHub pages documentation build\" title=\"PyPI\" src=\"https://github.com/viur-framework/viur-shop-client/actions/workflows/docs.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@viur/viur-shop-client\"\u003e\n        \u003cimg alt=\"Badge showing current NPM version\" title=\"PyPI\" src=\"https://img.shields.io/npm/v/@viur/viur-shop-client\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/viur-framework/viur-shop-client\" alt=\"Badge displaying the license\" title=\"License badge\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    On the way to becoming a JS Client for the \u003ca href=\"https://www.viur.dev\"\u003eViUR\u003c/a\u003e \u003ca href=\"https://github.com/viur-framework/viur-shop\"\u003eshop backend plugin\u003c/a\u003e.\n\u003c/div\u003e\n\n## Usage\n\n```javascript\n// Client use\n\nconst sc = new ViURShopClient();\n\nsc.cart_list()\n    .then(payload =\u003e {\n        for (let root_node of payload) {\n            console.debug(root_node);\n            // [...]\n        }\n    });\n```\n\n\n## Installation\nDownload node at [nodejs.org](https://nodejs.org) and install it, if you haven't already.\n\n```sh\nnpm install @viur/viur-shop-client --save\n```\n\nThis package is provided in these module formats:\n\n- CommonJS\n\n\n\n## Documentation\n\nYou can find the documentation at [viur-framework.github.io/viur-shop-client](https://viur-framework.github.io/viur-shop-client/) (WIP).  \nWe're following [JSDoc](https://jsdoc.app/).\n\n\n## License\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fviur-shop-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviur-framework%2Fviur-shop-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fviur-shop-client/lists"}