SAR-147 Add transaction ID endpoint
- Added a HTTP endpoint to generate transaction ID
- Added
fetch_transaction_id
to the Skuid client that will get an ID from the skuid service.- Sample ID:
txn-T0001-20200914-000000005
- Sample ID:
- Added
get_local_transaction_id
that will create an ID locally without trying to get it from the skuid service.- Sample ID:
txn-local-20200914-123450000
- There may be duplicates as the last number is generated randomly
- Sample ID:
- Added unit tests
- Updated the readme with examples and details on transaction IDs
Edited by Johan Venter