Skip to content

SAR-147 Add transaction ID endpoint

Johan Venter requested to merge SAR-147_add_txn_id_endpoint into master
  • 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
  • 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
  • Added unit tests
  • Updated the readme with examples and details on transaction IDs

Closes SAR-147 and SAR-148 Related: SP-1122

Edited by Johan Venter

Merge request reports

Loading