{"id":15745423,"url":"https://github.com/alexgenovese/prestashop-api-nodejs","last_synced_at":"2025-03-13T11:31:45.325Z","repository":{"id":51089494,"uuid":"362538260","full_name":"alexgenovese/prestashop-api-nodejs","owner":"alexgenovese","description":"Prestashop 1.7.x Node.js Rest client","archived":false,"fork":false,"pushed_at":"2023-12-04T14:02:11.000Z","size":48,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T01:35:05.322Z","etag":null,"topics":["nodejs","nodejs-api","prestashop","rest","rest-api"],"latest_commit_sha":null,"homepage":"","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/alexgenovese.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}},"created_at":"2021-04-28T16:31:38.000Z","updated_at":"2025-01-07T06:10:19.000Z","dependencies_parsed_at":"2024-10-25T03:09:51.614Z","dependency_job_id":"a1a54e73-3c1f-4376-b06a-c44f917e0d48","html_url":"https://github.com/alexgenovese/prestashop-api-nodejs","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.11538461538461542","last_synced_commit":"3130d4f4ef2758d38d889160ef69822f4acb8937"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgenovese%2Fprestashop-api-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgenovese%2Fprestashop-api-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgenovese%2Fprestashop-api-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgenovese%2Fprestashop-api-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexgenovese","download_url":"https://codeload.github.com/alexgenovese/prestashop-api-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243396470,"owners_count":20284354,"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":["nodejs","nodejs-api","prestashop","rest","rest-api"],"created_at":"2024-10-04T04:03:34.769Z","updated_at":"2025-03-13T11:31:45.036Z","avatar_url":"https://github.com/alexgenovese.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Prestashop 1.7.x REST client](https://github.com/alexgenovese/prestashop-api-nodejs)\n\n\n[![NPM version](https://img.shields.io/npm/v/prestashop-api-nodejs?style=flat-square)](https://www.npmjs.com/package/prestashop-api-nodejs)\n[![NPM downloads](https://img.shields.io/npm/dm/prestashop-api-nodejs?style=flat-square)](https://www.npmjs.com/package/prestashop-api-nodejs)\n[![NPM license](https://img.shields.io/npm/l/prestashop-api-nodejs?style=flat-square)](https://www.npmjs.com/package/prestashop-api-nodejs)\n[![Travis](https://img.shields.io/travis/com/alexgenovese/prestashop-api-nodejs/master?style=flat-square)](https://travis-ci.com/alexgenovese/prestashop-api-nodejs.svg?branch=main)\n\nThis Node.js library enables JavaScript applications to communicate with Prestashop 1.7.x sites using their REST API.\n\n\n## Installation\n\nThe library can be installed using the Npm package manager:\n\n```\nnpm i prestashop-api-nodejs --save\n```\n\n## Usage\n\nThe code sample below shows the usage of the library:\n\n```javascript\nvar Prestashop = require('prestashop-api-nodejs');\n\nvar options = {\n    url: 'prestashop.local',\n    key: '\u003cPrestashop Token\u003e'\n};\n\nvar client = new Prestashop(options);\n    await client.get({\n          resource: 'customers',\n          output_format: 'JSON'\n    })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgenovese%2Fprestashop-api-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexgenovese%2Fprestashop-api-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgenovese%2Fprestashop-api-nodejs/lists"}