Commit Graph

5 Commits

Author SHA1 Message Date
1fd2dd50ce Add correlation_id to TransactionCreateRequest and TransactionHeader
Callers can set correlation_id when creating transactions to link
related transactions together (e.g. all transactions in a workflow).
The field propagates through the PRIME pipeline and child transactions.
2026-03-31 06:17:05 -05:00
ee3c6941ee Added functions to get API partial credentials v0.1.1 2025-12-29 11:04:45 -05:00
eb6100b736 Add context.Context parameter to all API methods
Enable request timeout and cancellation control by adding context.Context
as the first parameter to all SDK API methods. This allows users to:
- Set per-request timeouts
- Cancel in-flight requests
- Pass request-scoped values
2025-12-29 11:00:13 -05:00
5576cced09 Added Apache License v0.1.0 2025-11-11 13:31:51 -05:00
6decdb603c Initial Commit 2025-11-10 16:44:59 -05:00