Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Nov 9, 2023
1 parent 8cadc85 commit bf5cc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const tracking = await api.getTrackingDetails("7798339175");

| Name | Type | Default | Description |
| ----------------------- | ----- | ------------------------------------ | ------------------------------------------------------ |
| **UPS_AUTH_URL** | `str` | `"https://onlinetools.ups.com/` | The base auth URL used for the OAuth token request. |
| **UPS_AUTH_URL** | `str` | `"https://onlinetools.ups.com/"` | The base auth URL used for the OAuth token request. |
| **UPS_BASE_URL** | `str` | `"https://onlinetools.ups.com/api/"` | The base URL used for API requests. |
| **UPS_API_VERSION** | `str` | `"v1"` | The version of the API to use. |
| **UPS_CLIENT_ID** | `str` | `None` | The application client ID to obtain the token. |
Expand Down

0 comments on commit bf5cc4a

Please sign in to comment.