You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Square TypeScript library provides convenient access to the Square API from TypeScript.
7
7
8
-
## Requirements
9
-
10
-
Use of the Square Node.js SDK requires:
11
-
12
-
- Node.js 14 or higher
13
-
14
-
This SDK supports Node.js versions that are either current, or that are in long-term support status (LTS). The SDK does not support Node.js versions that have reached their end-of-life (EOL). For more information on Node.js versioning, see <https://nodejs.org/en/about/releases/>.
15
-
16
-
This SDK is for use with Node.js only. It does not support other usages, such as for web browsers or frontend applications.
17
-
18
8
## Installation
19
9
20
10
```sh
@@ -25,9 +15,16 @@ npm i -s square
25
15
26
16
A full reference for this library is available [here](./reference.md).
27
17
28
-
## Quickstart
18
+
## Versioning
19
+
20
+
By default, the SDK is pinned to the latest version. If you would like
21
+
to override this version you can simply pass in a request option.
29
22
30
-
For more information, see [Square Node.js SDK Quickstart](https://developer.squareup.com/docs/sdks/nodejs/quick-start).
0 commit comments