cargos-sdk 0.1.0 → 0.1.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# CARGOS API TypeScript SDK
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/cargos-sdk)
|
|
4
|
+
[](https://github.com/Loa212/cargos-sdk/actions/workflows/publish.yml)
|
|
5
|
+
|
|
3
6
|
> **⚠️ Disclaimer**: This SDK is for **personal/internal use only**. It is not production-ready, not officially supported, and comes with no guarantees. Use at your own risk.
|
|
4
7
|
|
|
5
8
|
TypeScript SDK for the **Cargos Polizia di Stato** service - a mandatory system for Italian car rental companies to report rental contracts to the Italian State Police for terrorism prevention and public safety purposes.
|