|
6 | 6 | <img alt="Conductor logo" src="https://github.com/conductor-is/quickbooks-desktop-api/assets/170023/d67464b8-53a7-4d33-afeb-05a2efde1fa8" width="325"> |
7 | 7 | </picture> |
8 | 8 | </a> |
9 | | - <h3>QuickBooks Desktop/Enterprise real-time API for Python, Node.js, and REST</h3> |
| 9 | + <h3>QuickBooks Desktop/Enterprise real-time API for Node.js, Python, and REST</h3> |
10 | 10 | <a href="https://docs.conductor.is/quickstart">Quickstart</a> |
11 | 11 | <span> • </span> |
12 | 12 | <a href="https://conductor.is">Website</a> |
|
17 | 17 | <br /> |
18 | 18 | <br /> |
19 | 19 | <a href="https://npmjs.com/package/conductor-node"><img src="https://img.shields.io/npm/dm/conductor-node.svg?logo=npm" alt="NPM download count"></a> |
20 | | - <a href="https://npmjs.org/package/conductor-node"><img src="https://img.shields.io/npm/v/conductor-node.svg?logo=npm" alt="Package version"></a> |
| 20 | + <a href="https://npmjs.org/package/conductor-node"><img src="https://img.shields.io/npm/v/conductor-node.svg?logo=npm" alt="NPM version"></a> |
21 | 21 | <a href="https://npmjs.org/package/conductor-node"><img src="https://img.shields.io/bundlephobia/minzip/conductor-node" alt="NPM bundle size"></a> |
22 | 22 | <img src="https://img.shields.io/badge/coverage-100%25-brightgreen" alt="Code coverage"> |
23 | 23 | <a href="LICENSE"><img src="https://img.shields.io/npm/l/conductor-node.svg?color=blue&logo=github" alt="License" /></a> |
|
28 | 28 |
|
29 | 29 | ⭐ **Follow our [Quickstart guide](https://docs.conductor.is/quickstart) to get started.** |
30 | 30 |
|
31 | | -This repository is for the Node.js (TypeScript/JavaScript) library. For Python, see [conductor-python](https://github.com/conductor-is/quickbooks-desktop-python). |
| 31 | +This repository contains the official Conductor **Node.js** library, which provides convenient access to our QuickBooks Desktop API from any server-side TypeScript or JavaScript application. |
| 32 | + |
| 33 | +- For Python, see [conductor-python](https://github.com/conductor-is/quickbooks-desktop-python). |
| 34 | + |
| 35 | +## Documentation |
| 36 | + |
| 37 | +The REST API documentation can be found on [docs.conductor.is](https://docs.conductor.is/qbd-api). The full API of this library can be found in [api.md](api.md). |
32 | 38 |
|
33 | 39 | ## Installation |
34 | 40 |
|
35 | 41 | ```sh |
36 | 42 | npm install conductor-node@beta |
37 | 43 | ``` |
38 | 44 |
|
39 | | -This version of the library is in beta, but it **_is_ stable and ready for production use**. We merely have a few more endpoints to migrate before prompting all existing users to update. |
40 | | - |
41 | | -> [!NOTE] |
42 | | -> If migrating from the old `conductor-node` package, see the [migration guide](https://docs.conductor.is/qbd-api/upgrade-node). |
| 45 | +> **Note:** Though this version of the Node.js SDK uses an NPM `@beta` tag, it **_is_ stable and ready for production use**! We merely have a few more endpoints to migrate before prompting all existing users to update. **Any new Conductor users should absolutely use the beta version**! |
| 46 | +> |
| 47 | +> If you're migrating from the old `conductor-node` package, see the [migration guide](https://docs.conductor.is/qbd-api/upgrade-node). |
43 | 48 |
|
44 | 49 | ## Key features |
45 | 50 |
|
|
0 commit comments