{"library":"node-sellsy","type":"library","category":null,"description":"The `node-sellsy` library serves as a JavaScript wrapper for the Sellsy API, designed for both Node.js and browser environments. It provides a promise-based interface to interact with Sellsy's largely PHP-centric API, facilitating automation of tasks within the Sellsy platform. Developers can utilize a generic `sellsy.api({ method, params })` call for direct access to all documented Sellsy API methods, alongside higher-level abstractions for common operations on customer and document entities, such as `sellsy.customers.create` or `sellsy.documents.getList`. The latest stable version is 1.5.5, with the last update released in November 2021. A key differentiator is enabling JavaScript developers to integrate with Sellsy without relying on PHP, offering features like OAuth private app authentication. It handles the underlying HTTP requests and response parsing, returning data in a structured JavaScript object format.","language":"javascript","status":"abandoned","version":"1.5.5","tags":["javascript","sellsy"],"install":[{"cmd":"npm install node-sellsy","imports":["const Sellsy = require('node-sellsy');","// For ESM, you might need a wrapper or dynamic import: const Sellsy = (await import('node-sellsy')).default;","// No named exports are provided by this CommonJS module."]},{"cmd":"yarn add node-sellsy","imports":[]},{"cmd":"pnpm add node-sellsy","imports":[]}],"homepage":"https://www.sellsy.com","github":"https://github.com/revolunet/node-sellsy","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-sellsy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-sellsy/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}