@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 +3 -3
- package/dist/index.d.mts +158 -91
- package/dist/index.d.ts +158 -91
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
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://
|
|
183
|
-
| Production | `OwayEnvironments.PRODUCTION` | `https://
|
|
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**: [
|
|
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
|