@sip-protocol/api 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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sip-protocol/api
2
2
 
3
+ > **Warning: NOT PRODUCTION READY**
4
+ >
5
+ > This API package is intended for development and testing purposes only. Before production deployment:
6
+ > - Replace in-memory swap tracking with a database (PostgreSQL, Redis, or MongoDB)
7
+ > - Integrate real quote providers instead of mock data
8
+ > - Add proper authentication and API key management
9
+ > - Set explicit CORS origins (never use `*` in production)
10
+
3
11
  REST API service for SIP Protocol SDK - Optional wrapper for non-JavaScript backends.
4
12
 
5
13
  ## Overview