@oway/sdk 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -179,8 +179,8 @@ const oway = new Oway({
179
179
 
180
180
  | Environment | Constant | URL |
181
181
  |-------------|----------|-----|
182
- | Sandbox | `OwayEnvironments.SANDBOX` | `https://rest-api.sandbox.oway.io` |
183
- | Production | `OwayEnvironments.PRODUCTION` | `https://rest-api.oway.io` |
182
+ | Sandbox | `OwayEnvironments.SANDBOX` | `https://api.sandbox.oway.io` |
183
+ | Production | `OwayEnvironments.PRODUCTION` | `https://api.oway.io` |
184
184
 
185
185
  ## Error Handling
186
186
 
@@ -216,7 +216,7 @@ import type { Quote, Shipment, Tracking, Invoice, QuoteRequest, ShipmentRequest,
216
216
  ## Support
217
217
 
218
218
  - **Documentation**: [docs.shipoway.com](https://docs.shipoway.com)
219
- - **API Reference**: [rest-api.oway.io/api-docs](https://rest-api.oway.io/api-docs)
219
+ - **API Reference**: [api.oway.io/api-docs](https://api.oway.io/api-docs)
220
220
  - **Email**: support@oway.io
221
221
 
222
222
  ## License