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
Copy file name to clipboardExpand all lines: README.md
+17-21Lines changed: 17 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,7 @@
3
3
4
4
## Introduction
5
5
6
-
### ⚠️ Beta Release Notice
7
-
8
-
This version is considered a **beta release**. While we have done our best to ensure stability and functionality, there may still be bugs, incomplete features, or breaking changes in future updates.
9
-
10
-
#### Important Notes
6
+
### Important Notes
11
7
12
8
-**Available Features:** This SDK currently contains only 3 of PayPal's API endpoints. Additional endpoints and functionality will be added in the future.
13
9
-**API Changes:** Expect potential changes in APIs and features as we finalize the product.
@@ -27,14 +23,14 @@ Find out more here: [https://developer.paypal.com/docs/api/orders/v2/](https://d
27
23
Run the following command from your project directory to install the package from npm:
28
24
29
25
```bash
30
-
npm install @paypal/paypal-server-sdk@0.7.0
26
+
npm install @paypal/paypal-server-sdk@1.0.0
31
27
```
32
28
33
-
For additional package details, see the [Npm page for the @paypal/paypal-server-sdk@0.7.0 npm](https://www.npmjs.com/package/@paypal/paypal-server-sdk/v/0.7.0).
29
+
For additional package details, see the [Npm page for the @paypal/paypal-server-sdk@1.0.0 npm](https://www.npmjs.com/package/@paypal/paypal-server-sdk/v/1.0.0).
34
30
35
31
## Initialize the API Client
36
32
37
-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/0.7.0/doc/client.md)
33
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/1.0.0/doc/client.md)
38
34
39
35
The following parameters are configurable for the API Client:
40
36
@@ -44,8 +40,8 @@ The following parameters are configurable for the API Client:
44
40
|`timeout`|`number`| Timeout for API calls.<br>*Default*: `0`|
|`logging`|[`PartialLoggingOptions`](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/0.7.0/doc/partial-logging-options.md)| Logging Configuration to enable logging |
48
-
|`clientCredentialsAuthCredentials`|[`ClientCredentialsAuthCredentials`](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/0.7.0/doc/auth/oauth-2-client-credentials-grant.md)| The credential object for clientCredentialsAuth |
43
+
|`logging`|[`PartialLoggingOptions`](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/1.0.0/doc/partial-logging-options.md)| Logging Configuration to enable logging |
44
+
|`clientCredentialsAuthCredentials`|[`ClientCredentialsAuthCredentials`](https://www.github.com/paypal/PayPal-TypeScript-Server-SDK/tree/1.0.0/doc/auth/oauth-2-client-credentials-grant.md)| The credential object for clientCredentialsAuth |
49
45
50
46
### HttpClientOptions
51
47
@@ -105,21 +101,21 @@ The SDK can be configured to use a different environment for making API calls. A
105
101
106
102
This API uses the following authentication schemes.
0 commit comments