@loxtep/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 +9 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -179,21 +179,15 @@ for await (const event of filterStream(
|
|
|
179
179
|
|
|
180
180
|
## Documentation
|
|
181
181
|
|
|
182
|
-
- **
|
|
183
|
-
|
|
184
|
-
- **
|
|
185
|
-
- **
|
|
186
|
-
|
|
187
|
-
- **
|
|
188
|
-
|
|
189
|
-
- **
|
|
190
|
-
|
|
191
|
-
- **[Control vs data plane](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-control-vs-data-plane.md)** – REST vs
|
|
192
|
-
Loxtep streams.
|
|
193
|
-
- **[REST SigV4 vs bus](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-rest-vs-bus.md)** – never mix secrets.
|
|
194
|
-
- **[MCP → SDK mapping](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-mcp-mapping.md)** – agent-oriented table.
|
|
195
|
-
- **[Bus RBAC threat model](https://github.com/symmatiq/loxtep/blob/main/sdks/nodejs/docs/sdk-bus-rbac-threat-model.md)** – issuance
|
|
196
|
-
direction.
|
|
182
|
+
- **Getting started** – Zero to first event in under 10 minutes.
|
|
183
|
+
- **Quick reference** – Single-page cheat sheet.
|
|
184
|
+
- **Event replay cookbook** – Replay events from a data product or queue.
|
|
185
|
+
- **Ingestion & export guide** – Deep dive into how SDK ingestion and export works.
|
|
186
|
+
- **MCP + SDK pairing** – One auth story, when MCP vs SDK.
|
|
187
|
+
- **Control vs data plane** – REST vs Loxtep streams.
|
|
188
|
+
- **REST SigV4 vs bus** – Never mix secrets.
|
|
189
|
+
- **MCP → SDK mapping** – Agent-oriented table.
|
|
190
|
+
- **Bus RBAC threat model** – Issuance direction.
|
|
197
191
|
- **Typed errors** – `import { … } from '@loxtep/sdk/errors'`.
|
|
198
192
|
- **API reference** – `npm run docs` (Typedoc).
|
|
199
193
|
|