From 56ea3ee1e038796d7938e69eb7cd3785c88cb632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kihlberg?= Date: Thu, 14 Dec 2023 17:34:29 +0100 Subject: [PATCH] extend rest-client-flow --- examples/merkleization-flow/index.html | 79 -------------------------- examples/rest-client-flow/index.html | 37 ++++++++++++ 2 files changed, 37 insertions(+), 79 deletions(-) delete mode 100644 examples/merkleization-flow/index.html diff --git a/examples/merkleization-flow/index.html b/examples/merkleization-flow/index.html deleted file mode 100644 index 0cfea906..00000000 --- a/examples/merkleization-flow/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - Merkleization Flow - - - - - - - - diff --git a/examples/rest-client-flow/index.html b/examples/rest-client-flow/index.html index 0ee0f410..c15c20a5 100644 --- a/examples/rest-client-flow/index.html +++ b/examples/rest-client-flow/index.html @@ -135,6 +135,43 @@

Request

>/contracts/:contractId/transactions/:transactionId
+ + GETs contract source by contract Source ID + /contracts/sources/:contractSourceId +
+ + GETs the contract Source IDs which are adjacent to a contract + /contracts/sources/:contractSourceId/adjacency +
+ + GETs the contract Source IDs which appear in the full hierarchy of a + contract source + /contracts/sources/:contractSourceId/closure +

Console