From 8c7b1d2be3f5c83eb2ad8dd79438319185ef76a2 Mon Sep 17 00:00:00 2001 From: Radu Gidei Date: Wed, 30 Aug 2017 22:24:02 +0100 Subject: [PATCH] update samples to beta 1.0 - updated namespaces - removed `.dll` reference so it only looks for assembly in packages - replaced deprecated nodes (mainly `WebClient` constructors) fixes #9 fixes radumg/DynWWW#34 --- samples/Dynamo 1.3 - 1 - First request.dyn | 6 +- samples/Dynamo 1.3 - 2 - Simple request.dyn | 12 +- ...- 3 - Simple request with benchmarking.dyn | 24 +- samples/Dynamo 1.3 - 4 - REST API example.dyn | 44 +- .../Dynamo 1.3 - 5 - REST API advanced.dyn | 40 +- .../Dynamo 1.3 - 6 - Complex POST request.dyn | 36 +- ....3 - 7 - Upload file to Autodesk Forge.dyn | 22 +- samples/Dynamo 2.0 - 1 - First request.dyn | 52 +- samples/Dynamo 2.0 - 2 - Simple request.dyn | 122 +- ...- 3 - Simple request with benchmarking.dyn | 312 ++--- samples/Dynamo 2.0 - 4 - REST API example.dyn | 516 +++---- .../Dynamo 2.0 - 5 - REST API advanced.dyn | 306 ++-- .../Dynamo 2.0 - 6 - Complex POST request.dyn | 430 +++--- ....0 - 7 - Upload file to Autodesk Forge.dyn | 1234 +++++++++++++++++ ...ynamo 1.3 - 1 - First request.dyn.0.backup | 54 + ...ynamo 1.3 - 1 - First request.dyn.1.backup | 54 + ...namo 1.3 - 2 - Simple request.dyn.0.backup | 117 ++ ...ple request with benchmarking.dyn.0.backup | 186 +++ ...mo 1.3 - 4 - REST API example.dyn.0.backup | 303 ++++ ...o 1.3 - 5 - REST API advanced.dyn.0.backup | 200 +++ ....3 - 6 - Complex POST request.dyn.0.backup | 251 ++++ ...Upload file to Autodesk Forge.dyn.0.backup | 186 +++ 22 files changed, 3546 insertions(+), 961 deletions(-) create mode 100644 samples/Dynamo 2.0 - 7 - Upload file to Autodesk Forge.dyn create mode 100644 samples/backup/Dynamo 1.3 - 1 - First request.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 1 - First request.dyn.1.backup create mode 100644 samples/backup/Dynamo 1.3 - 2 - Simple request.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 4 - REST API example.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 5 - REST API advanced.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 6 - Complex POST request.dyn.0.backup create mode 100644 samples/backup/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn.0.backup diff --git a/samples/Dynamo 1.3 - 1 - First request.dyn b/samples/Dynamo 1.3 - 1 - First request.dyn index 3ee826d..6a3f799 100644 --- a/samples/Dynamo 1.3 - 1 - First request.dyn +++ b/samples/Dynamo 1.3 - 1 - First request.dyn @@ -1,16 +1,16 @@ - + - + - + diff --git a/samples/Dynamo 1.3 - 2 - Simple request.dyn b/samples/Dynamo 1.3 - 2 - Simple request.dyn index 69794a4..edac2ff 100644 --- a/samples/Dynamo 1.3 - 2 - Simple request.dyn +++ b/samples/Dynamo 1.3 - 2 - Simple request.dyn @@ -5,29 +5,29 @@ https://jsonplaceholder.typicode.com/users/1 - + - + - + http://www.google.com/ - + - + - + diff --git a/samples/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn b/samples/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn index 3b04396..56cd768 100644 --- a/samples/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn +++ b/samples/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn @@ -1,17 +1,17 @@ - + - + http://www.dynamobim.org - + @@ -44,37 +44,37 @@ C:\Users\radug\Desktop\testing C:\Users\radug\Desktop\testing - + - + - + - + - + - + - + - + - + diff --git a/samples/Dynamo 1.3 - 4 - REST API example.dyn b/samples/Dynamo 1.3 - 4 - REST API example.dyn index 2fa1648..149a7c1 100644 --- a/samples/Dynamo 1.3 - 4 - REST API example.dyn +++ b/samples/Dynamo 1.3 - 4 - REST API example.dyn @@ -1,14 +1,14 @@ - + https://jsonplaceholder.typicode.com/users - + - + @@ -18,25 +18,25 @@ users/1 - + https://jsonplaceholder.typicode.com - + - + - + @@ -50,7 +50,7 @@ comments - + @@ -62,10 +62,10 @@ - + - + @@ -79,7 +79,7 @@ posts/3 - + @@ -87,7 +87,7 @@ $.address - + @@ -96,26 +96,26 @@ - + - + - + - + - + - + @@ -140,17 +140,17 @@ $.address.geo.lat - + - + - + @@ -246,7 +246,7 @@ - + diff --git a/samples/Dynamo 1.3 - 5 - REST API advanced.dyn b/samples/Dynamo 1.3 - 5 - REST API advanced.dyn index e99375a..565a660 100644 --- a/samples/Dynamo 1.3 - 5 - REST API advanced.dyn +++ b/samples/Dynamo 1.3 - 5 - REST API advanced.dyn @@ -1,43 +1,43 @@ - + - + - https://jsonplaceholder.typicode.com - + https://jsonplaceholder.typicode.com/users + - + - + - + - + - + users - + - + - + @@ -45,7 +45,7 @@ POST - + @@ -59,7 +59,7 @@ RequestBody - + @@ -102,7 +102,7 @@ - + @@ -131,14 +131,14 @@ - + - + @@ -151,18 +151,18 @@ - + - + - + diff --git a/samples/Dynamo 1.3 - 6 - Complex POST request.dyn b/samples/Dynamo 1.3 - 6 - Complex POST request.dyn index 7ea8685..39dd196 100644 --- a/samples/Dynamo 1.3 - 6 - Complex POST request.dyn +++ b/samples/Dynamo 1.3 - 6 - Complex POST request.dyn @@ -1,53 +1,53 @@ - + - + - + https://requestb.in/sso5frss - + - + - + - + - + - + - + - + - + @@ -55,34 +55,34 @@ POST - + - + - + - + - + - + diff --git a/samples/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn b/samples/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn index 6a2d1cb..0fc02cc 100644 --- a/samples/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn +++ b/samples/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn @@ -1,19 +1,19 @@ - + - + - + - + - + - + @@ -21,7 +21,7 @@ PUT - + @@ -34,7 +34,7 @@ Authorization - + @@ -55,7 +55,7 @@ filename - + @@ -89,7 +89,7 @@ - + @@ -173,7 +173,7 @@ - + diff --git a/samples/Dynamo 2.0 - 1 - First request.dyn b/samples/Dynamo 2.0 - 1 - First request.dyn index 77455dd..ab5f237 100644 --- a/samples/Dynamo 2.0 - 1 - First request.dyn +++ b/samples/Dynamo 2.0 - 1 - First request.dyn @@ -1,5 +1,5 @@ { - "Uuid": "ea7ad46d-2d3d-4ca3-a616-e1e82ad7b483", + "Uuid": "a622fb04-f31f-4b18-bb3c-e79d07078648", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -10,11 +10,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "ec7e3928-7085-4d32-880b-cf1a08652ff3", "Inputs": [ { - "Id": "dabe9693-e4c0-47f9-96af-81191ee50e38", + "Id": "1cd0777b-b8bf-439f-bea3-1dc6494fba1d", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -24,7 +24,7 @@ ], "Outputs": [ { - "Id": "8b8b7af2-d4f7-4ea8-b737-ef56572900eb", + "Id": "6925ab2a-5e47-4565-b541-f4ca100ece34", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -38,13 +38,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "1f333422-c596-4bf2-82f6-29cb5ed54940", "Inputs": [ { - "Id": "94b9a14f-e531-4ce7-a5ca-9c57c8537fbb", + "Id": "ad8ae025-d72e-465f-8763-2100edbbcb1a", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -52,7 +52,7 @@ ], "Outputs": [ { - "Id": "a7fab3d8-f1ca-409b-90ec-3e34b1864a4f", + "Id": "bcab06bf-d923-4352-ac47-b8cc826b0834", "Name": "string", "Description": "string", "Level": 2, @@ -69,7 +69,7 @@ "Id": "3066a7d4-7762-4861-8695-a9238fbf4cf3", "Inputs": [ { - "Id": "c135a5c9-21f2-4d5e-a56e-3712f288bbbd", + "Id": "eb410d7e-ea80-4bc5-96f0-626a0bdc7702", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -79,7 +79,7 @@ ], "Outputs": [ { - "Id": "105527bd-6265-4846-853d-ee46aace434b", + "Id": "dd402be0-9ce9-4ad0-a881-9d0eb561d35f", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -93,11 +93,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "757e2c71-4c3d-47fd-8c33-25cdb4dcf3b7", "Inputs": [ { - "Id": "9eedef3e-1bd6-4b0a-a25b-e9c40eb76ab1", + "Id": "4d6a2abe-3e81-43b9-b185-ce662d5c34b6", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -107,7 +107,7 @@ ], "Outputs": [ { - "Id": "69c8070c-2c75-4db5-ad51-d0f1013652b0", + "Id": "68096386-45fb-4019-9821-42fcd2a0041f", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -126,7 +126,7 @@ "Inputs": [], "Outputs": [ { - "Id": "2b6c1c22-cd6c-4645-b766-a3cdce3edef4", + "Id": "89c0b425-ced8-4783-b9d9-2aa623d6d011", "Name": "", "Description": "String", "Level": 2, @@ -140,24 +140,24 @@ ], "Connectors": [ { - "Start": "8b8b7af2-d4f7-4ea8-b737-ef56572900eb", - "End": "94b9a14f-e531-4ce7-a5ca-9c57c8537fbb", - "Id": "9d632f05-236b-4088-8cc0-e1e3e987c84c" + "Start": "6925ab2a-5e47-4565-b541-f4ca100ece34", + "End": "ad8ae025-d72e-465f-8763-2100edbbcb1a", + "Id": "59ce937a-3b2b-4287-8038-99b18a29944c" }, { - "Start": "a7fab3d8-f1ca-409b-90ec-3e34b1864a4f", - "End": "c135a5c9-21f2-4d5e-a56e-3712f288bbbd", - "Id": "8ef4b285-4c5f-44b6-9769-b4f903247cfb" + "Start": "bcab06bf-d923-4352-ac47-b8cc826b0834", + "End": "eb410d7e-ea80-4bc5-96f0-626a0bdc7702", + "Id": "996bfdd5-829f-4793-a0d4-58cd44feaff0" }, { - "Start": "69c8070c-2c75-4db5-ad51-d0f1013652b0", - "End": "dabe9693-e4c0-47f9-96af-81191ee50e38", - "Id": "346361bc-5327-458e-85d8-280a32418387" + "Start": "68096386-45fb-4019-9821-42fcd2a0041f", + "End": "1cd0777b-b8bf-439f-bea3-1dc6494fba1d", + "Id": "14ba1838-1058-4582-9449-c1fb500f42ce" }, { - "Start": "2b6c1c22-cd6c-4645-b766-a3cdce3edef4", - "End": "9eedef3e-1bd6-4b0a-a25b-e9c40eb76ab1", - "Id": "ea02351b-e90b-44ac-b6d3-f5177a393989" + "Start": "89c0b425-ced8-4783-b9d9-2aa623d6d011", + "End": "4d6a2abe-3e81-43b9-b185-ce662d5c34b6", + "Id": "ba7be609-c9be-4e94-8bb6-dc29603f2987" } ], "Dependencies": [], diff --git a/samples/Dynamo 2.0 - 2 - Simple request.dyn b/samples/Dynamo 2.0 - 2 - Simple request.dyn index 223d7ad..c78d2c8 100644 --- a/samples/Dynamo 2.0 - 2 - Simple request.dyn +++ b/samples/Dynamo 2.0 - 2 - Simple request.dyn @@ -1,5 +1,5 @@ { - "Uuid": "88cf6d3f-41de-49ab-82a4-25ccb54353bc", + "Uuid": "1722e407-3345-4483-b242-7c2d4f50aa4f", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -15,7 +15,7 @@ "Inputs": [], "Outputs": [ { - "Id": "3daaf796-e8a7-4ca1-bf24-2dd9b4355b23", + "Id": "a8b18220-a0d4-49d3-9af8-55606ac606f9", "Name": "", "Description": "String", "Level": 2, @@ -29,11 +29,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "ec7e3928-7085-4d32-880b-cf1a08652ff3", "Inputs": [ { - "Id": "d15df9d9-49be-4011-94bf-eeca5797bd1a", + "Id": "6c263073-01cb-4b48-b177-e817fac40420", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -43,7 +43,7 @@ ], "Outputs": [ { - "Id": "a63677c6-3043-460a-8c5d-169682e680a8", + "Id": "3390bdf3-6bdf-455e-8edb-a46681d16ed1", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -57,13 +57,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "1f333422-c596-4bf2-82f6-29cb5ed54940", "Inputs": [ { - "Id": "6df11456-7800-49d2-b4f2-fe7f39e23af1", + "Id": "b4c8c51d-1535-4a14-ade1-35b0d6bcd14b", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -71,7 +71,7 @@ ], "Outputs": [ { - "Id": "2f4b3899-dbb4-4ccf-9cfd-b4fff608410b", + "Id": "0aa12e04-bffa-494e-a623-61adba7bffa2", "Name": "string", "Description": "string", "Level": 2, @@ -88,7 +88,7 @@ "Id": "3066a7d4-7762-4861-8695-a9238fbf4cf3", "Inputs": [ { - "Id": "7b89ff30-498c-43ef-96d9-9462a01d6144", + "Id": "584d94c3-e613-4af6-9f71-0fc5906fb32a", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -98,7 +98,7 @@ ], "Outputs": [ { - "Id": "1bda6ca6-2801-4792-9d14-d075bd8e3f92", + "Id": "c5cb1aab-3efd-4bd3-978e-ef1a7ccf1dd4", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -112,11 +112,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "757e2c71-4c3d-47fd-8c33-25cdb4dcf3b7", "Inputs": [ { - "Id": "2e8797ed-34cd-4da6-a59c-457918950f53", + "Id": "1890473d-2466-4838-9973-835df4448c04", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -126,7 +126,7 @@ ], "Outputs": [ { - "Id": "f87e10f9-29ca-4795-8c4f-85c54b9e86c2", + "Id": "f6e18ad0-0396-4333-82bd-e756e076c46f", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -145,7 +145,7 @@ "Inputs": [], "Outputs": [ { - "Id": "205a8fd9-87ef-4308-ab97-e95a48ac4744", + "Id": "ea257491-6a20-4ee9-befd-42c61254af6c", "Name": "", "Description": "String", "Level": 2, @@ -159,11 +159,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "456451aa-6d60-478c-a347-cb01b273c9ff", "Inputs": [ { - "Id": "e02ab98e-9986-4dca-ae82-dfaa7f619355", + "Id": "678fe8fb-6670-441b-aa08-e1f3e8dba2fd", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -173,7 +173,7 @@ ], "Outputs": [ { - "Id": "5bed79e3-9d6a-4f12-bb88-eb6c1fd5ca32", + "Id": "bdc86f55-caa8-4310-b8be-45ce6f5b8194", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -187,11 +187,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "e3e055e5-e9b0-4046-9c6f-9cc788677f3c", "Inputs": [ { - "Id": "f2053299-b40e-449b-8bf9-512fc625cb73", + "Id": "f484a857-05f7-4a44-8df3-2348dbb91336", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -201,7 +201,7 @@ ], "Outputs": [ { - "Id": "4c18ee95-644a-4a11-bc8c-a839aadf0cf0", + "Id": "04464484-e332-40d0-8083-270aaf3b9036", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -215,13 +215,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "2f50731e-2595-4f0a-b8cd-a737e2df5b8f", "Inputs": [ { - "Id": "d5414b26-8e50-4bd4-be1f-e5fe8f9cc8b0", + "Id": "f820c7a9-5bff-4532-b6b5-d03b9bcdf3c3", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -229,7 +229,7 @@ ], "Outputs": [ { - "Id": "4c9f4636-36ba-471d-9131-064aa21da47c", + "Id": "cab31ebb-7f0e-47e9-8b43-ffc6085520bc", "Name": "string", "Description": "string", "Level": 2, @@ -246,7 +246,7 @@ "Id": "d186a81c-fba2-478e-a986-02de30b474b9", "Inputs": [ { - "Id": "f0a06055-0946-41ed-b2c0-4b01a65b9431", + "Id": "6b25ee2a-b758-4e5f-8d78-4d96fa650074", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -256,7 +256,7 @@ ], "Outputs": [ { - "Id": "cb6cb13e-9b68-4004-8ee9-127f54812375", + "Id": "0b8e6dcf-2f00-465d-a8c6-7111cae1603d", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -273,7 +273,7 @@ "Id": "d71d3067-32bc-4159-851b-edab8fed5952", "Inputs": [ { - "Id": "d0717ed7-ee8f-4a3d-a8fa-31e0a69e648c", + "Id": "47f19401-fb5c-4b94-a69a-ad71dcbefafb", "Name": "url", "Description": "The url for the web request.", "Level": 2, @@ -283,7 +283,7 @@ ], "Outputs": [ { - "Id": "36c8a842-52e1-4657-8900-c9eb69afbc95", + "Id": "4295d5cc-6d54-4c55-b010-c30bccb49b66", "Name": "result", "Description": "The result of the web request.", "Level": 2, @@ -300,7 +300,7 @@ "Id": "ecc092e8-4d06-4ca8-aac3-a0c4e9f7bd46", "Inputs": [ { - "Id": "00ad380c-02ca-4d77-b833-eed091a4c859", + "Id": "a78adc83-8956-45c0-98e5-0e6fb6545af1", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -310,7 +310,7 @@ ], "Outputs": [ { - "Id": "27bb22b8-4f4e-4dfe-b422-bfc981e542fe", + "Id": "683c0ec6-e107-4485-b547-a2923582afc0", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -324,54 +324,54 @@ ], "Connectors": [ { - "Start": "3daaf796-e8a7-4ca1-bf24-2dd9b4355b23", - "End": "f2053299-b40e-449b-8bf9-512fc625cb73", - "Id": "48b0be0c-99b3-4bbe-b593-158360607f57" + "Start": "a8b18220-a0d4-49d3-9af8-55606ac606f9", + "End": "f484a857-05f7-4a44-8df3-2348dbb91336", + "Id": "f60f3585-ad35-4210-bef3-9bc98a8a28de" }, { - "Start": "a63677c6-3043-460a-8c5d-169682e680a8", - "End": "6df11456-7800-49d2-b4f2-fe7f39e23af1", - "Id": "93102b36-c9be-4f88-8c52-4f13599edf23" + "Start": "3390bdf3-6bdf-455e-8edb-a46681d16ed1", + "End": "b4c8c51d-1535-4a14-ade1-35b0d6bcd14b", + "Id": "a5abfcd4-d3fa-45eb-ad86-5958e2e98955" }, { - "Start": "2f4b3899-dbb4-4ccf-9cfd-b4fff608410b", - "End": "7b89ff30-498c-43ef-96d9-9462a01d6144", - "Id": "8042e404-f15f-4918-87fc-7607ae0d8ab2" + "Start": "0aa12e04-bffa-494e-a623-61adba7bffa2", + "End": "584d94c3-e613-4af6-9f71-0fc5906fb32a", + "Id": "4384c771-bd38-48ec-87d5-8e621cb0f3da" }, { - "Start": "f87e10f9-29ca-4795-8c4f-85c54b9e86c2", - "End": "d15df9d9-49be-4011-94bf-eeca5797bd1a", - "Id": "168acbf8-6ee3-4840-93a6-11ce3536f9c3" + "Start": "f6e18ad0-0396-4333-82bd-e756e076c46f", + "End": "6c263073-01cb-4b48-b177-e817fac40420", + "Id": "3bac94ad-7166-42c9-aae3-71d1afdf831e" }, { - "Start": "205a8fd9-87ef-4308-ab97-e95a48ac4744", - "End": "2e8797ed-34cd-4da6-a59c-457918950f53", - "Id": "4557e4de-a4a9-4075-a98f-aa5aa59581c8" + "Start": "ea257491-6a20-4ee9-befd-42c61254af6c", + "End": "1890473d-2466-4838-9973-835df4448c04", + "Id": "c195bcc6-25c3-45e9-9b80-0aa2863d039a" }, { - "Start": "205a8fd9-87ef-4308-ab97-e95a48ac4744", - "End": "d0717ed7-ee8f-4a3d-a8fa-31e0a69e648c", - "Id": "65b49016-a265-4f31-b3a4-57a8ced41790" + "Start": "ea257491-6a20-4ee9-befd-42c61254af6c", + "End": "47f19401-fb5c-4b94-a69a-ad71dcbefafb", + "Id": "8a8c1f4b-c3a2-423b-b3ff-20fd10381c40" }, { - "Start": "5bed79e3-9d6a-4f12-bb88-eb6c1fd5ca32", - "End": "d5414b26-8e50-4bd4-be1f-e5fe8f9cc8b0", - "Id": "7b849d42-f572-47ad-8fa5-a80f3ed8d581" + "Start": "bdc86f55-caa8-4310-b8be-45ce6f5b8194", + "End": "f820c7a9-5bff-4532-b6b5-d03b9bcdf3c3", + "Id": "37067487-97f4-484e-9162-b1de04c1ab45" }, { - "Start": "4c18ee95-644a-4a11-bc8c-a839aadf0cf0", - "End": "e02ab98e-9986-4dca-ae82-dfaa7f619355", - "Id": "016b644a-9fb3-4d64-9de8-8389c5b01399" + "Start": "04464484-e332-40d0-8083-270aaf3b9036", + "End": "678fe8fb-6670-441b-aa08-e1f3e8dba2fd", + "Id": "56cb2bc9-cc87-4a57-a3f7-2c89243698af" }, { - "Start": "4c9f4636-36ba-471d-9131-064aa21da47c", - "End": "f0a06055-0946-41ed-b2c0-4b01a65b9431", - "Id": "a0a80554-deee-4c63-8bdf-9b981ca36367" + "Start": "cab31ebb-7f0e-47e9-8b43-ffc6085520bc", + "End": "6b25ee2a-b758-4e5f-8d78-4d96fa650074", + "Id": "3c6c6f74-f10b-46d6-bae5-ea28822a69c0" }, { - "Start": "36c8a842-52e1-4657-8900-c9eb69afbc95", - "End": "00ad380c-02ca-4d77-b833-eed091a4c859", - "Id": "85770286-fd30-4542-84f4-473aaf1294d3" + "Start": "4295d5cc-6d54-4c55-b010-c30bccb49b66", + "End": "a78adc83-8956-45c0-98e5-0e6fb6545af1", + "Id": "63608550-9ce3-4e64-b299-4edd0a16c7b8" } ], "Dependencies": [], diff --git a/samples/Dynamo 2.0 - 3 - Simple request with benchmarking.dyn b/samples/Dynamo 2.0 - 3 - Simple request with benchmarking.dyn index 14a89f7..10b538e 100644 --- a/samples/Dynamo 2.0 - 3 - Simple request with benchmarking.dyn +++ b/samples/Dynamo 2.0 - 3 - Simple request with benchmarking.dyn @@ -1,5 +1,5 @@ { - "Uuid": "91e37058-8c0f-459f-a7f9-cb3aac593fa6", + "Uuid": "bbee8d28-0875-4978-b36d-dde383937ff8", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -10,11 +10,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "ec7e3928-7085-4d32-880b-cf1a08652ff3", "Inputs": [ { - "Id": "ac6335a0-3ce7-4dad-aa78-4fc2b6c6fa95", + "Id": "2a2f9254-8d9e-459c-9062-c2728b7cd99b", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -24,7 +24,7 @@ ], "Outputs": [ { - "Id": "5f74b29d-3f77-4e3c-9e33-16342ab49604", + "Id": "f545ff74-6566-4e59-98a7-851a1864706e", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -38,11 +38,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "757e2c71-4c3d-47fd-8c33-25cdb4dcf3b7", "Inputs": [ { - "Id": "9ac8c82e-b19b-48dc-842f-e428d0197129", + "Id": "41031105-5ff5-4abf-8bb9-2b22f0df85f3", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -52,7 +52,7 @@ ], "Outputs": [ { - "Id": "4ec9a23f-ce5c-48a6-a8a5-0a894fdfc289", + "Id": "8843f6be-abd5-44de-8af3-7c7cbd9c1faf", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -71,7 +71,7 @@ "Inputs": [], "Outputs": [ { - "Id": "08eee18c-392c-43bf-8259-60caa4aab64c", + "Id": "7a7fce24-9564-49c1-8f51-53bf438c4f83", "Name": "", "Description": "String", "Level": 2, @@ -85,13 +85,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "2f50731e-2595-4f0a-b8cd-a737e2df5b8f", "Inputs": [ { - "Id": "ded3c45a-488f-429e-ba5e-c7711913d919", + "Id": "19d8beb7-d326-424d-8c97-4cbfeed2f919", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -99,7 +99,7 @@ ], "Outputs": [ { - "Id": "dc89923e-65a4-4fff-97b2-688d907f4fbf", + "Id": "0e5c06f9-414e-4320-b2b3-ddadc9cd3e39", "Name": "string", "Description": "string", "Level": 2, @@ -116,7 +116,7 @@ "Id": "d186a81c-fba2-478e-a986-02de30b474b9", "Inputs": [ { - "Id": "041d962f-9e9f-4d0e-b01c-2893c94b2fd3", + "Id": "5bd05025-e3f3-4ff2-8e4c-b2b61a2f263b", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -126,7 +126,7 @@ ], "Outputs": [ { - "Id": "451b6d1e-3109-4a58-beef-ac556a874a57", + "Id": "e19477bd-8d03-439a-aaac-4b341edbea27", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -143,7 +143,7 @@ "Id": "d71d3067-32bc-4159-851b-edab8fed5952", "Inputs": [ { - "Id": "cf0a9c9f-3c56-46c1-839e-d77f251ebee5", + "Id": "28affec0-f591-4cde-8fec-056b5f6014d5", "Name": "url", "Description": "The url for the web request.", "Level": 2, @@ -153,7 +153,7 @@ ], "Outputs": [ { - "Id": "6bf9a36e-4302-4a63-af9c-8232c29c0693", + "Id": "c788f326-da1a-40b3-949b-add14852cd0d", "Name": "result", "Description": "The result of the web request.", "Level": 2, @@ -170,7 +170,7 @@ "Id": "ecc092e8-4d06-4ca8-aac3-a0c4e9f7bd46", "Inputs": [ { - "Id": "69117b34-c6aa-45d4-8c9c-f081019531b2", + "Id": "883a60c1-eb5c-43c7-b1f8-b3bb11b62f4d", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -180,7 +180,7 @@ ], "Outputs": [ { - "Id": "e472346d-62a4-4b5d-bdea-ac7246c39328", + "Id": "3dfdfa6a-7d6d-42e3-aaff-2d91712d239e", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -198,7 +198,7 @@ "Id": "b291b4e4-ea36-4cbf-b97a-c78686ce882a", "Inputs": [ { - "Id": "8b0dd2e5-1c1e-45e1-ae64-09421fd68119", + "Id": "a6a03e37-6993-451d-9251-84bff4d0aad2", "Name": "path0", "Description": "String to combine into a path.\n\nstring[]", "Level": 2, @@ -206,7 +206,7 @@ "KeepListStructure": false }, { - "Id": "61ef7d9e-3a96-4245-9f1d-66f7866a7a94", + "Id": "bde50811-453d-4dfe-9634-8961873e46ef", "Name": "path1", "Description": "string[]", "Level": 2, @@ -216,7 +216,7 @@ ], "Outputs": [ { - "Id": "83982fa4-e63d-4b4e-8453-2600c02082af", + "Id": "08ef6bde-28ad-43c4-9102-06f89064f3d8", "Name": "string", "Description": "string", "Level": 2, @@ -234,7 +234,7 @@ "Id": "f104c501-7437-46d0-bf6a-ab32006ed9ab", "Inputs": [ { - "Id": "0a6d5844-86bf-4c78-b852-3b19b366f22b", + "Id": "b8eddbf5-9802-4191-9bf3-e0a00f1e68be", "Name": "path0", "Description": "String to combine into a path.\n\nstring[]", "Level": 2, @@ -242,7 +242,7 @@ "KeepListStructure": false }, { - "Id": "81b58aaf-8552-4d64-98bf-3d9e9955290b", + "Id": "89a5cf00-d9ff-47e9-8b28-6458387e1f31", "Name": "path1", "Description": "string[]", "Level": 2, @@ -252,7 +252,7 @@ ], "Outputs": [ { - "Id": "91f70a76-da8d-4ec7-a481-b8c8ac4a7ab6", + "Id": "425b60e8-fcab-46b1-b6ee-f94c627e9ee2", "Name": "string", "Description": "string", "Level": 2, @@ -270,7 +270,7 @@ "Id": "26da7059-1e7c-465b-90d9-f1ac66c4218a", "Inputs": [ { - "Id": "1534966b-7005-4354-beea-ebbf7babc383", + "Id": "5e529654-150c-4562-87ce-49bb03ea03ec", "Name": "filePath", "Description": "Path to write to\n\nstring", "Level": 2, @@ -278,7 +278,7 @@ "KeepListStructure": false }, { - "Id": "98e7b148-5092-4091-9d94-5a425037f4f7", + "Id": "3bd1ef49-45d6-4354-8d3e-418c5d8c8738", "Name": "text", "Description": "Text content\n\nstring", "Level": 2, @@ -288,7 +288,7 @@ ], "Outputs": [ { - "Id": "b5855799-5177-47a3-a8ad-0b7ab1881467", + "Id": "64536c02-ccf8-4235-8397-0db65965600a", "Name": "void", "Description": "void", "Level": 2, @@ -306,7 +306,7 @@ "Id": "11ff5836-52d0-4c56-bc67-25d5b8a02316", "Inputs": [ { - "Id": "f3f823f3-f446-4a29-9d96-9a07e27bb626", + "Id": "717f4936-0d89-41a9-a920-a752317a4fd2", "Name": "filePath", "Description": "Path to write to\n\nstring", "Level": 2, @@ -314,7 +314,7 @@ "KeepListStructure": false }, { - "Id": "6fb747a0-a088-478e-9376-1683d9c57612", + "Id": "2ebf9c4f-c1c4-48bb-bb1d-2a7fbb20477a", "Name": "text", "Description": "Text content\n\nstring", "Level": 2, @@ -324,7 +324,7 @@ ], "Outputs": [ { - "Id": "69126736-4592-4e9d-a22e-0b62518d0ad2", + "Id": "0a42928a-cabb-4412-948a-c9f4570172ce", "Name": "void", "Description": "void", "Level": 2, @@ -343,7 +343,7 @@ "Inputs": [], "Outputs": [ { - "Id": "5d28e2f5-7935-47a1-8dc5-08b257991a65", + "Id": "87bbd962-7095-419c-adbe-f2cad785dacc", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -351,7 +351,7 @@ "KeepListStructure": false }, { - "Id": "40ceae00-015c-4900-af1e-3f489b397bab", + "Id": "1987fcec-bff2-4245-9e47-ab75536cc95e", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_1", "Level": 2, @@ -371,7 +371,7 @@ "Inputs": [], "Outputs": [ { - "Id": "2b198b7d-3258-464b-8264-f12c085bbde5", + "Id": "7a5ba6fd-a6cc-479a-b76b-2e48b01e56fc", "Name": "", "Description": "Directory", "Level": 2, @@ -385,13 +385,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "b37405a5-1e1b-4b39-9b93-3bdc50a88fae", "Inputs": [ { - "Id": "081e8fa3-0ce2-447f-bfc6-70cfdfe33b82", + "Id": "9af2158e-d1d6-4def-aded-edae8150fa08", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -399,7 +399,7 @@ ], "Outputs": [ { - "Id": "d77ae700-2e56-4ec7-89f2-1f689ca35264", + "Id": "aca132f5-f5c1-484a-9b02-68181b18b3e9", "Name": "string", "Description": "string", "Level": 2, @@ -416,7 +416,7 @@ "Id": "1b2fa6a4-33c5-45e4-9e77-7173f0375d94", "Inputs": [ { - "Id": "05c0d63c-1c55-46f3-b6f3-9a5ecca00c9d", + "Id": "9e138143-c005-4476-a368-ebd0eb92d326", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -426,7 +426,7 @@ ], "Outputs": [ { - "Id": "088d1ddc-f9d8-42fc-b835-b3edaf380fbc", + "Id": "0439ea11-98ea-4d5d-abc6-69dea857073c", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -440,13 +440,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.StatusCode", + "FunctionSignature": "DynaWeb.WebResponse.StatusCode", "Id": "eea2d367-097e-4eb0-a81e-c15e30d64624", "Inputs": [ { - "Id": "096cdae9-50f3-4c00-8a4f-7fecdbb60dcb", + "Id": "123c5e1a-1c25-47e5-81a8-80fcdc29d1a7", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -454,7 +454,7 @@ ], "Outputs": [ { - "Id": "6fb6cb7a-6559-4c38-b9a0-19e61bce6cfd", + "Id": "76a541b9-65df-45d9-b9cf-b0dd3cf25718", "Name": "string", "Description": "string", "Level": 2, @@ -468,13 +468,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.StatusDescription", + "FunctionSignature": "DynaWeb.WebResponse.StatusDescription", "Id": "ecf88d92-6bf7-4dd8-898c-dd05f9c2bd76", "Inputs": [ { - "Id": "0b482e6e-9695-4026-b490-358605b5af5a", + "Id": "69dd067b-042a-44ce-b339-844859ed662a", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -482,7 +482,7 @@ ], "Outputs": [ { - "Id": "ad9fbd56-d3cb-4413-b9e1-2bc138d1a351", + "Id": "9d3d3f86-5bab-42ae-be9c-68f999f07dc8", "Name": "string", "Description": "string", "Level": 2, @@ -496,13 +496,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.ResponseStatus", + "FunctionSignature": "DynaWeb.WebResponse.ResponseStatus", "Id": "3820b9cf-328b-4b74-a84a-3bc9659f35f9", "Inputs": [ { - "Id": "c0b7ef44-71bb-4fae-8ff5-f4d29b87c74d", + "Id": "0d10931d-9dac-42ba-889e-dd3c8c2600fb", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -510,7 +510,7 @@ ], "Outputs": [ { - "Id": "288ce1b0-df99-458d-a431-e4db0b32203c", + "Id": "5fe771a3-ce0c-4dad-8dd0-8aca4d5ed9cf", "Name": "string", "Description": "string", "Level": 2, @@ -524,13 +524,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.ResponseUri", + "FunctionSignature": "DynaWeb.WebResponse.ResponseUri", "Id": "6574ed32-8da9-4f65-9992-dc7d360d9e53", "Inputs": [ { - "Id": "cdd98c08-5342-40d5-8465-8debffed7f03", + "Id": "cdc58502-4605-45bf-900f-231d1c187462", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -538,7 +538,7 @@ ], "Outputs": [ { - "Id": "232079e3-9d3b-4c1a-822f-235a52a27e99", + "Id": "cfe4c84e-8959-48d3-8c10-9bbc9e1947bc", "Name": "var", "Description": "var", "Level": 2, @@ -552,13 +552,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Server", + "FunctionSignature": "DynaWeb.WebResponse.Server", "Id": "adfb36d0-9f71-43ff-ba42-8cc9a778c402", "Inputs": [ { - "Id": "ee65cc6f-5052-4b5f-b021-2050286b49bf", + "Id": "508d2ca9-6289-403d-9071-50df174a7eb7", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -566,7 +566,7 @@ ], "Outputs": [ { - "Id": "b6fb90ed-fb29-42aa-8df4-f292d9dbd8a8", + "Id": "fdd87293-2b06-40d3-a67f-075176778eef", "Name": "string", "Description": "string", "Level": 2, @@ -580,13 +580,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Headers", + "FunctionSignature": "DynaWeb.WebResponse.Headers", "Id": "a3387fba-5d78-412a-b6df-ec257b85355e", "Inputs": [ { - "Id": "526a972c-d7e9-4f51-8591-d7d24217a5fe", + "Id": "70c9d544-6f63-42ae-9996-008d0a38eee7", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -594,7 +594,7 @@ ], "Outputs": [ { - "Id": "37561c94-fc3d-45c8-86be-e0d428c29f97", + "Id": "8c2c5b81-73ee-4bb7-8855-b8115c8d9446", "Name": "string[][]", "Description": "string[][]", "Level": 2, @@ -608,13 +608,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Cookies", + "FunctionSignature": "DynaWeb.WebResponse.Cookies", "Id": "064f41ba-0cd3-4036-83f0-d67c9c18defb", "Inputs": [ { - "Id": "bc4c1a41-6148-4a25-a3da-8d5707c15ecc", + "Id": "2a487a28-e174-4e7b-97f7-d75e1ceed5fc", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -622,7 +622,7 @@ ], "Outputs": [ { - "Id": "17e77383-1770-4b4b-8ac6-208d800e652c", + "Id": "775d91e1-7c12-4891-a712-f285de1195b1", "Name": "string[][]", "Description": "string[][]", "Level": 2, @@ -639,7 +639,7 @@ "Id": "4bae73c0-a789-4c41-b9f6-c2247737f15d", "Inputs": [ { - "Id": "b47067b4-c323-460d-974b-ad2486f07ba9", + "Id": "fcb77a28-b31b-411b-9b53-2926caef45c4", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -649,7 +649,7 @@ ], "Outputs": [ { - "Id": "8df2ea41-8a03-44b1-b1a3-a95c9a4be9ef", + "Id": "d413ca5a-9e87-408b-809e-277ff5c9fbff", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -663,13 +663,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Time", + "FunctionSignature": "DynaWeb.WebResponse.Time", "Id": "73d92202-5823-44ee-80d2-483f8e9f74a1", "Inputs": [ { - "Id": "9b0cc67f-738f-45d6-bc57-d58547531c98", + "Id": "15e5b1c2-d512-4674-8fb9-3ab52234f286", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -677,7 +677,7 @@ ], "Outputs": [ { - "Id": "403e8cf6-bd39-497e-83c0-812d1a689aa7", + "Id": "7fbb3cc2-eaf9-4f9d-a5e5-bf524e382608", "Name": "var", "Description": "var", "Level": 2, @@ -691,129 +691,129 @@ ], "Connectors": [ { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "081e8fa3-0ce2-447f-bfc6-70cfdfe33b82", - "Id": "b655105e-c14d-4c0f-a099-8b560fb7b9ef" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "9af2158e-d1d6-4def-aded-edae8150fa08", + "Id": "381b772f-818b-480c-85fe-23f433547f00" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "096cdae9-50f3-4c00-8a4f-7fecdbb60dcb", - "Id": "d96f579e-5fcc-4034-8c43-7802b8b5391b" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "123c5e1a-1c25-47e5-81a8-80fcdc29d1a7", + "Id": "3359bb01-960e-477d-83ae-64f4432e0f16" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "0b482e6e-9695-4026-b490-358605b5af5a", - "Id": "224b7f65-a1b9-4acf-86cc-80a0fd7f0038" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "69dd067b-042a-44ce-b339-844859ed662a", + "Id": "76415146-8174-4a30-ba36-f70868d940fa" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "c0b7ef44-71bb-4fae-8ff5-f4d29b87c74d", - "Id": "8c9c5641-9874-42a0-b153-1faf5590ad4b" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "0d10931d-9dac-42ba-889e-dd3c8c2600fb", + "Id": "3ec8c93c-2136-4d11-92ba-73c7c3383d7e" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "cdd98c08-5342-40d5-8465-8debffed7f03", - "Id": "72756068-2917-4fec-b6e2-175c40ca3d95" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "cdc58502-4605-45bf-900f-231d1c187462", + "Id": "6d35db59-af5f-4104-8d9d-61deed6523a4" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "ee65cc6f-5052-4b5f-b021-2050286b49bf", - "Id": "c76c36e9-d110-4ab3-930c-ec9e7a2fec30" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "508d2ca9-6289-403d-9071-50df174a7eb7", + "Id": "61af38a1-7600-4b80-a915-d9ccb26394a6" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "526a972c-d7e9-4f51-8591-d7d24217a5fe", - "Id": "0ddc5667-a258-443a-b61c-94fbcda6c46f" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "70c9d544-6f63-42ae-9996-008d0a38eee7", + "Id": "ff05da46-32c9-4508-add2-7b960c1cb082" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "bc4c1a41-6148-4a25-a3da-8d5707c15ecc", - "Id": "ccefb7a5-b43c-4159-8a1b-9784b3868c7a" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "2a487a28-e174-4e7b-97f7-d75e1ceed5fc", + "Id": "765b4e24-2152-491b-a7c0-b72d655ce636" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "ded3c45a-488f-429e-ba5e-c7711913d919", - "Id": "fd2c95de-77bb-4b2e-ab29-119790659997" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "19d8beb7-d326-424d-8c97-4cbfeed2f919", + "Id": "50f518d1-4c1e-4a82-8f5c-a694dcdb1a20" }, { - "Start": "5f74b29d-3f77-4e3c-9e33-16342ab49604", - "End": "9b0cc67f-738f-45d6-bc57-d58547531c98", - "Id": "0aab7acd-6015-4d58-a470-60b47c0ab0a1" + "Start": "f545ff74-6566-4e59-98a7-851a1864706e", + "End": "15e5b1c2-d512-4674-8fb9-3ab52234f286", + "Id": "68adc357-7a52-4b53-b883-21507f42854e" }, { - "Start": "4ec9a23f-ce5c-48a6-a8a5-0a894fdfc289", - "End": "ac6335a0-3ce7-4dad-aa78-4fc2b6c6fa95", - "Id": "d355fbb6-9876-4338-a8fe-63f002c8e621" + "Start": "8843f6be-abd5-44de-8af3-7c7cbd9c1faf", + "End": "2a2f9254-8d9e-459c-9062-c2728b7cd99b", + "Id": "90ff00b7-c067-44b9-b5d4-1eb867ee265b" }, { - "Start": "08eee18c-392c-43bf-8259-60caa4aab64c", - "End": "9ac8c82e-b19b-48dc-842f-e428d0197129", - "Id": "dc487ca6-dec6-446f-8dc5-22c674a7e9b4" + "Start": "7a7fce24-9564-49c1-8f51-53bf438c4f83", + "End": "41031105-5ff5-4abf-8bb9-2b22f0df85f3", + "Id": "ade9b145-2576-4712-a3d4-4d75495c47ee" }, { - "Start": "08eee18c-392c-43bf-8259-60caa4aab64c", - "End": "cf0a9c9f-3c56-46c1-839e-d77f251ebee5", - "Id": "e7cf3e5f-7770-4ec3-b3f3-ae3e2d780542" + "Start": "7a7fce24-9564-49c1-8f51-53bf438c4f83", + "End": "28affec0-f591-4cde-8fec-056b5f6014d5", + "Id": "5f9e106f-aa93-40f8-aa3b-07c46c16e8b2" }, { - "Start": "dc89923e-65a4-4fff-97b2-688d907f4fbf", - "End": "041d962f-9e9f-4d0e-b01c-2893c94b2fd3", - "Id": "0412b83f-0b3e-4621-828b-99c997dccd43" + "Start": "0e5c06f9-414e-4320-b2b3-ddadc9cd3e39", + "End": "5bd05025-e3f3-4ff2-8e4c-b2b61a2f263b", + "Id": "91ce2df9-2d56-4cf2-8e46-b34a7d8d632d" }, { - "Start": "451b6d1e-3109-4a58-beef-ac556a874a57", - "End": "6fb747a0-a088-478e-9376-1683d9c57612", - "Id": "fdaa597f-6dcb-463b-9fd0-2a2d1f334cce" + "Start": "e19477bd-8d03-439a-aaac-4b341edbea27", + "End": "2ebf9c4f-c1c4-48bb-bb1d-2a7fbb20477a", + "Id": "4ba1aaa7-8700-4910-981e-80139aee5d49" }, { - "Start": "6bf9a36e-4302-4a63-af9c-8232c29c0693", - "End": "69117b34-c6aa-45d4-8c9c-f081019531b2", - "Id": "bec91e43-09b1-4805-9ce1-eab78d2fb99b" + "Start": "c788f326-da1a-40b3-949b-add14852cd0d", + "End": "883a60c1-eb5c-43c7-b1f8-b3bb11b62f4d", + "Id": "51fdb2fe-0bc3-45af-8775-c34c7e037ddd" }, { - "Start": "e472346d-62a4-4b5d-bdea-ac7246c39328", - "End": "98e7b148-5092-4091-9d94-5a425037f4f7", - "Id": "4e8017fe-c32f-46a5-9f18-ccd138961c40" + "Start": "3dfdfa6a-7d6d-42e3-aaff-2d91712d239e", + "End": "3bd1ef49-45d6-4354-8d3e-418c5d8c8738", + "Id": "58c3376f-059b-43a5-a5cf-d33d1a8c85e3" }, { - "Start": "83982fa4-e63d-4b4e-8453-2600c02082af", - "End": "1534966b-7005-4354-beea-ebbf7babc383", - "Id": "4f61c65c-6466-408b-b222-55f314f89455" + "Start": "08ef6bde-28ad-43c4-9102-06f89064f3d8", + "End": "5e529654-150c-4562-87ce-49bb03ea03ec", + "Id": "3f6a9eb2-3f0f-4d6c-85b8-6337da7f468e" }, { - "Start": "91f70a76-da8d-4ec7-a481-b8c8ac4a7ab6", - "End": "f3f823f3-f446-4a29-9d96-9a07e27bb626", - "Id": "2ceb13de-f112-44bf-b6f2-d63545b2c1fb" + "Start": "425b60e8-fcab-46b1-b6ee-f94c627e9ee2", + "End": "717f4936-0d89-41a9-a920-a752317a4fd2", + "Id": "b7e97075-f62b-4090-b301-453438f67fe6" }, { - "Start": "5d28e2f5-7935-47a1-8dc5-08b257991a65", - "End": "61ef7d9e-3a96-4245-9f1d-66f7866a7a94", - "Id": "b5bc144f-ace8-4f74-bf6b-c494823734d6" + "Start": "87bbd962-7095-419c-adbe-f2cad785dacc", + "End": "bde50811-453d-4dfe-9634-8961873e46ef", + "Id": "510e7087-250c-4290-85d9-3d22218c185f" }, { - "Start": "40ceae00-015c-4900-af1e-3f489b397bab", - "End": "81b58aaf-8552-4d64-98bf-3d9e9955290b", - "Id": "2f64f3c2-a99d-4b62-9167-73c1909a0fba" + "Start": "1987fcec-bff2-4245-9e47-ab75536cc95e", + "End": "89a5cf00-d9ff-47e9-8b28-6458387e1f31", + "Id": "6b6578c2-600b-4597-9b21-0d960d2282c4" }, { - "Start": "2b198b7d-3258-464b-8264-f12c085bbde5", - "End": "8b0dd2e5-1c1e-45e1-ae64-09421fd68119", - "Id": "132ac8f5-259c-4a21-96e1-abdb9968522c" + "Start": "7a5ba6fd-a6cc-479a-b76b-2e48b01e56fc", + "End": "a6a03e37-6993-451d-9251-84bff4d0aad2", + "Id": "34485126-3e27-40a5-8c9c-320e581c7717" }, { - "Start": "2b198b7d-3258-464b-8264-f12c085bbde5", - "End": "0a6d5844-86bf-4c78-b852-3b19b366f22b", - "Id": "2aa47c59-8adb-4690-87e1-50bb0ce85155" + "Start": "7a5ba6fd-a6cc-479a-b76b-2e48b01e56fc", + "End": "b8eddbf5-9802-4191-9bf3-e0a00f1e68be", + "Id": "7e64ee49-8790-4886-a918-e918da6493ed" }, { - "Start": "d77ae700-2e56-4ec7-89f2-1f689ca35264", - "End": "05c0d63c-1c55-46f3-b6f3-9a5ecca00c9d", - "Id": "62f19891-eab7-465d-89fe-b7a604c259e1" + "Start": "aca132f5-f5c1-484a-9b02-68181b18b3e9", + "End": "9e138143-c005-4476-a368-ebd0eb92d326", + "Id": "6c3fe4dd-0be0-4202-ab4b-e119fc6594e6" }, { - "Start": "37561c94-fc3d-45c8-86be-e0d428c29f97", - "End": "b47067b4-c323-460d-974b-ad2486f07ba9", - "Id": "5fc56345-2452-4acf-9466-c8c88ce76b63" + "Start": "8c2c5b81-73ee-4bb7-8855-b8115c8d9446", + "End": "fcb77a28-b31b-411b-9b53-2926caef45c4", + "Id": "d531b1f6-7e51-4e87-b72d-d0f507db7cb3" } ], "Dependencies": [], @@ -1146,8 +1146,8 @@ ], "Left": 1120.21898453817, "Top": 162.533815629149, - "Width": 615.40089134486016, - "Height": 424.0, + "Width": 404.40089134486016, + "Height": 362.78511300737, "FontSize": 30.0, "InitialTop": 208.533815629149, "InitialHeight": 334.528626955774, @@ -1180,8 +1180,8 @@ ], "Left": 1121.338792271, "Top": -352.709444951015, - "Width": 614.28108361203, - "Height": 424.0, + "Width": 403.28108361203, + "Height": 191.0, "FontSize": 30.0, "InitialTop": -306.709444951015, "InitialHeight": 139.0, @@ -1279,7 +1279,7 @@ ], "Left": 1126.63262673064, "Top": 676.110594344636, - "Width": 610.05784305369, + "Width": 399.05784305369, "Height": 1188.7091344438741, "FontSize": 30.0, "InitialTop": 722.110594344636, @@ -1288,8 +1288,8 @@ "Background": "#FFFFAA45" } ], - "X": 196.05425294067322, - "Y": 243.91602749886229, - "Zoom": 0.29926374115584375 + "X": 212.554252940673, + "Y": 252.416027498862, + "Zoom": 0.299263741155844 } } \ No newline at end of file diff --git a/samples/Dynamo 2.0 - 4 - REST API example.dyn b/samples/Dynamo 2.0 - 4 - REST API example.dyn index fc3e965..51b6209 100644 --- a/samples/Dynamo 2.0 - 4 - REST API example.dyn +++ b/samples/Dynamo 2.0 - 4 - REST API example.dyn @@ -1,5 +1,5 @@ { - "Uuid": "851621dc-ae0f-4f26-ace0-fe1865db765f", + "Uuid": "a9bfbb75-ad70-4dc1-ba97-c2ad9c474349", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -15,7 +15,7 @@ "Inputs": [], "Outputs": [ { - "Id": "da0f2f6c-2d16-4f22-9e82-fc436cacfe53", + "Id": "867480e7-0507-4768-8ccc-b1256c186585", "Name": "", "Description": "String", "Level": 2, @@ -29,11 +29,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "ec7e3928-7085-4d32-880b-cf1a08652ff3", "Inputs": [ { - "Id": "9ed2b53c-239b-4d8a-9fa4-8dababb32326", + "Id": "a3f68f7d-e3ed-4724-bae6-52b920cfe4e8", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -43,7 +43,7 @@ ], "Outputs": [ { - "Id": "e8f0f741-e846-4c61-8399-46815c23ab79", + "Id": "6f7c9959-5d59-4fa8-8184-ece0f284f37c", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -57,13 +57,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "1f333422-c596-4bf2-82f6-29cb5ed54940", "Inputs": [ { - "Id": "eb8f1d83-74e6-43ec-99cb-9bd3e2b5a4a6", + "Id": "db621c10-63e0-4a49-b10f-059426c3de67", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -71,7 +71,7 @@ ], "Outputs": [ { - "Id": "5e5c9dd6-bf6c-4c09-a706-7f518b05b024", + "Id": "b865df06-0c87-4ef2-9e6d-3ef936d9c8d4", "Name": "string", "Description": "string", "Level": 2, @@ -88,7 +88,7 @@ "Id": "3066a7d4-7762-4861-8695-a9238fbf4cf3", "Inputs": [ { - "Id": "e2b2b2f8-ffc3-4b44-9b86-ce19b19f4199", + "Id": "0262f5de-a536-4af3-bdae-51af0301a9d0", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -98,7 +98,7 @@ ], "Outputs": [ { - "Id": "e1b740d8-13c6-439f-8871-77271393dd82", + "Id": "830fcdd4-09e7-4d63-99e2-9f796b03b8c4", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -117,7 +117,7 @@ "Inputs": [], "Outputs": [ { - "Id": "9e87da27-be5f-4258-b7e1-d77fd17b4884", + "Id": "a3d06620-e08d-4fdd-9587-7bf58448481e", "Name": "", "Description": "String", "Level": 2, @@ -131,11 +131,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebClient.WebClient@string", + "FunctionSignature": "DynaWeb.WebClient.ByUrl@string", "Id": "10027e25-5361-40af-8a57-891af7fdee83", "Inputs": [ { - "Id": "03c45c70-c167-4072-a7f2-29dc507bbb8b", + "Id": "2b560f2a-4b7b-4406-8afa-be0b3dccf81e", "Name": "baseUrl", "Description": "The URL to use for all future requests made by this client. Should include scheme (ex: http://) and domain (ex: www.dynamobim.org) without trailing slash (/).\n\nstring", "Level": 2, @@ -145,7 +145,7 @@ ], "Outputs": [ { - "Id": "8f42673a-c40d-45f6-bb97-95d3f73412e3", + "Id": "bc0af455-717f-4237-b162-a21314df146d", "Name": "WebClient", "Description": "WebClient", "Level": 2, @@ -154,7 +154,7 @@ } ], "Replication": "Shortest", - "Description": "Build a new WebClient using the specified URL as its base. A web client is used to translate request objects into HTTP requests and process the server response. The web client also represents a uniquely configured connection to a server or service.\n\nWebClient.WebClient (baseUrl: string): WebClient" + "Description": "Build a new WebClient using the specified URL as its base. A web client is used to translate request objects into HTTP requests and process the server response. The web client also represents a uniquely configured connection to a server or service.\n\nWebClient.ByUrl (baseUrl: string): WebClient" }, { "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", @@ -164,7 +164,7 @@ "Inputs": [], "Outputs": [ { - "Id": "db924659-f4f7-4eba-8442-183e14486881", + "Id": "fe4f8116-9281-4568-87c8-ca5f7e719990", "Name": "", "Description": "String", "Level": 2, @@ -178,19 +178,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebClient.BuildUri@var", + "FunctionSignature": "DynaWeb.WebClient.BuildUri@var,var", "Id": "ceeb7579-daa4-4304-a1cf-7e767909e56a", "Inputs": [ { - "Id": "433e1c45-e73d-4860-926e-acd57dd1373a", - "Name": "webClient", - "Description": "DSCore.Web.WebClient", + "Id": "6ac37b31-09af-4b4a-ae1a-b84eaa0e3f15", + "Name": "client", + "Description": "The WebClient to update.\n\nvar", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "8a4c2d6e-b8e9-43d4-8414-be285f61282d", + "Id": "6594dfaf-6881-45a3-966d-e0aaaace80ba", "Name": "request", "Description": "The request to execute\n\nvar", "Level": 2, @@ -200,7 +200,7 @@ ], "Outputs": [ { - "Id": "7672b570-475b-4a4d-ba3d-d01988fb39c8", + "Id": "89e0c861-e853-4dea-9b41-57f1967e9717", "Name": "string", "Description": "A string representation of the assembly Uri", "Level": 2, @@ -209,7 +209,7 @@ } ], "Replication": "Shortest", - "Description": "Assembles the URL to call based on parameters, method and resource. Not needed to run the request, but useful for debugging purposes.\n\nWebClient.BuildUri (request: var): string" + "Description": "Assembles the URL to call based on parameters, method and resource. Not needed to run the request, but useful for debugging purposes.\n\nWebClient.BuildUri (client: var, request: var): string" }, { "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", @@ -217,7 +217,7 @@ "Id": "f0e5d84d-bacc-4cbf-9800-367abfe9bae3", "Inputs": [ { - "Id": "fe99f8a4-b6b9-4bb8-8ade-88e07e1ab750", + "Id": "bf383d8c-0cf5-4961-b9c8-f8b0270cd81f", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -227,7 +227,7 @@ ], "Outputs": [ { - "Id": "a6bacf22-68ab-4f35-8a43-13f27a98a157", + "Id": "b54dca28-95d9-4fff-a705-52a0b55a0de3", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -241,21 +241,21 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebClient.Execute@var", + "FunctionSignature": "DynaWeb.WebClient.Execute@var,var", "Id": "cfdff6f1-b4cf-47c8-a57a-985d102dc13f", "Inputs": [ { - "Id": "4ad63624-fd96-4032-be08-66985deb0bc9", - "Name": "webClient", - "Description": "DSCore.Web.WebClient", + "Id": "2b9ced3e-0b81-48fb-b13d-304f97dbfdc7", + "Name": "client", + "Description": "The WebClient to use for execution of request.\n\nvar", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "c1494b37-fbe8-4ad3-b142-6df9875157f1", + "Id": "f2ef00f6-55b7-4096-b214-b8f3783d9d3c", "Name": "request", - "Description": "The web request to execute.\n\nvar", + "Description": "The web WebRequest to execute.\n\nvar", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -263,7 +263,7 @@ ], "Outputs": [ { - "Id": "8069e1ff-37ec-4efa-a005-7a4ce78fdfe0", + "Id": "ac8b62fc-611b-4b72-a488-6222d41e3e16", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -272,18 +272,18 @@ } ], "Replication": "Shortest", - "Description": "Executes a WebRequest in the context of the client and returns the response from the server.\n\nWebClient.Execute (request: var): var" + "Description": "Executes a WebRequest in the context of the client and returns the response from the server.\n\nWebClient.Execute (client: var, request: var): var" }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "5316d817-faef-4115-a4cd-201dfa09c254", "Inputs": [ { - "Id": "f586c642-6ecb-48c2-b239-77f06d07710c", + "Id": "a8694747-0e4f-479a-b1f3-08957d2c62dc", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -291,7 +291,7 @@ ], "Outputs": [ { - "Id": "ae58719b-6086-4891-a3bf-0d7a8c76160c", + "Id": "0cb7d0bc-1602-4a77-ba64-8ed551a308aa", "Name": "string", "Description": "string", "Level": 2, @@ -308,7 +308,7 @@ "Id": "53df58a3-014a-4027-8775-e94e6548880d", "Inputs": [ { - "Id": "ba8a2506-f57f-4832-a109-d5f6e66b2a9c", + "Id": "6c95061c-f248-4288-8950-bc0a040be534", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -318,7 +318,7 @@ ], "Outputs": [ { - "Id": "1ac3ca13-0cf6-4095-82a1-7464ae8fea53", + "Id": "ba7efede-8bbe-4f3f-afbd-aaf3b0c2d623", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -337,7 +337,7 @@ "Inputs": [], "Outputs": [ { - "Id": "2c025e84-af9d-4e9c-8f94-a318f8679fb3", + "Id": "30df4ef6-1efe-4c1a-9195-93127fc1ce67", "Name": "", "Description": "String", "Level": 2, @@ -356,7 +356,7 @@ "Inputs": [], "Outputs": [ { - "Id": "ebbb61d0-14ca-4645-8537-5ce60e889c0e", + "Id": "cef52bcd-9c9d-42a2-9927-d52a318aea33", "Name": "", "Description": "String", "Level": 2, @@ -370,11 +370,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.DeserialiseAsDictionary@string", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", "Id": "b8f957a7-77a0-4920-abb8-13e44d664fd5", "Inputs": [ { - "Id": "2b215620-df52-4e19-87c5-e609a93ffd57", + "Id": "5889b4fc-e9e0-4900-9270-b6968e05e006", "Name": "json", "Description": "The JSON string to deserialise\n\nstring", "Level": 2, @@ -384,7 +384,7 @@ ], "Outputs": [ { - "Id": "ffbf7a48-3ce2-4066-8097-598500a36e63", + "Id": "fb6608b7-c5e6-41eb-9436-a89fb340da9e", "Name": "properties", "Description": "A dictionary of the responses's JSON content.", "Level": 2, @@ -392,7 +392,7 @@ "KeepListStructure": false }, { - "Id": "a30217ec-cbdc-4637-84c1-251092b55549", + "Id": "9c9d155b-156c-4a4d-b53a-ad2bdbd6ef5f", "Name": "values", "Description": "var", "Level": 2, @@ -409,7 +409,7 @@ "Id": "72886694-5bb1-49f1-8d32-a4ace7596587", "Inputs": [ { - "Id": "48ff7a6b-0e19-45dc-9801-a094a66e2e92", + "Id": "d68394c5-0174-4770-ab67-399b5d0429b5", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -419,7 +419,7 @@ ], "Outputs": [ { - "Id": "73d07433-8239-44ab-a6e8-2dae68a0be17", + "Id": "15fa637a-76a1-4ff2-9a8e-48c984b1fe34", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -436,7 +436,7 @@ "Id": "df7f09d9-4118-4f52-8ef4-6b7029b388af", "Inputs": [ { - "Id": "527f75d4-72ed-4ad4-b6a4-dce847b4bbba", + "Id": "7080576d-4760-4b42-88e0-f959bbb2d4eb", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -446,7 +446,7 @@ ], "Outputs": [ { - "Id": "438a3500-3098-4392-8546-c0c7b22cbb3d", + "Id": "07335233-3085-4c80-8de7-65489b617a99", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -464,7 +464,7 @@ "Id": "cdfe3e3b-b682-4adb-8d7f-7e23f2dba736", "Inputs": [ { - "Id": "dd3d7c8d-67d2-4c4c-b782-eba28e0b3424", + "Id": "9af731e2-a9cd-414f-bb8a-db91c55376d2", "Name": "json", "Description": "json", "Level": 2, @@ -474,7 +474,7 @@ ], "Outputs": [ { - "Id": "4ee4e817-c1fe-4b5b-af1d-c06da5229e8b", + "Id": "6d8f03b2-a04d-4d59-8a8a-47fdddabf176", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -488,11 +488,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.DeserialiseAsDictionary@string", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", "Id": "919d1b18-25a2-425b-b25c-d3780b0ef91c", "Inputs": [ { - "Id": "3c17cb38-fbca-4bb8-871b-04f82868ace1", + "Id": "25a1adbd-1789-4d59-bb81-3ccae46a4c9a", "Name": "json", "Description": "The JSON string to deserialise\n\nstring", "Level": 2, @@ -502,7 +502,7 @@ ], "Outputs": [ { - "Id": "2ee435a9-3ac6-4a55-9617-5a2eecf34202", + "Id": "c72d59b8-74c0-4b4e-aaad-d35759a25ad0", "Name": "properties", "Description": "A dictionary of the responses's JSON content.", "Level": 2, @@ -510,7 +510,7 @@ "KeepListStructure": false }, { - "Id": "85607b16-e39a-4904-87e0-7d093f9aafa1", + "Id": "1ae53106-ccb9-499f-adec-a4d860ed2022", "Name": "values", "Description": "var", "Level": 2, @@ -524,11 +524,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.DeserialiseAsDictionary@string", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", "Id": "56a991ca-f8a2-4b2a-bc91-1bd8ac4f1864", "Inputs": [ { - "Id": "28d087a4-fb3d-4f09-90c8-54b20cf089a3", + "Id": "57ec4730-d342-471f-a009-3fa65006c850", "Name": "json", "Description": "The JSON string to deserialise\n\nstring", "Level": 2, @@ -538,7 +538,7 @@ ], "Outputs": [ { - "Id": "9b1e794f-0397-4db9-9d0c-96c0b848d377", + "Id": "b0b9cc76-78ad-44e4-bf04-7c61c2762f2a", "Name": "properties", "Description": "A dictionary of the responses's JSON content.", "Level": 2, @@ -546,7 +546,7 @@ "KeepListStructure": false }, { - "Id": "b26c3296-dccf-48e1-bee8-d787ee113da3", + "Id": "938121fd-59ab-4d4d-a3d8-0176daad5ced", "Name": "values", "Description": "var", "Level": 2, @@ -564,7 +564,7 @@ "Id": "a899830e-53b2-4e3e-b5c6-5c70831516c9", "Inputs": [ { - "Id": "9dde5e7c-ea56-4769-b4f9-247f334b0348", + "Id": "c156d0f2-8a29-4231-a249-51f0e1d910b9", "Name": "json", "Description": "json", "Level": 2, @@ -574,7 +574,7 @@ ], "Outputs": [ { - "Id": "a444d2fa-875e-4ffe-958e-c7091b538830", + "Id": "c64d80e7-e23f-483c-9fc5-c0dce41fae4e", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -593,7 +593,7 @@ "Inputs": [], "Outputs": [ { - "Id": "bce696f3-9020-43f3-8481-c0a097c734ae", + "Id": "fbfce97d-da9f-4f22-9af8-6822ea56c56c", "Name": "", "Description": "String", "Level": 2, @@ -612,7 +612,7 @@ "Inputs": [], "Outputs": [ { - "Id": "bb476bb2-476a-4899-9e7f-50fce98d43c7", + "Id": "593c6b72-a89b-4aae-9528-be1c9c96732d", "Name": "", "Description": "String", "Level": 2, @@ -626,11 +626,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.SelectJsonRoot@string,string", + "FunctionSignature": "DynaWeb.Helpers.SelectJsonRoot@string,string", "Id": "6a6dde88-0957-4971-937a-a974697756af", "Inputs": [ { - "Id": "105cc85a-1ea7-4704-af46-be312aa4fb2c", + "Id": "c133e4f6-fab7-4a53-8e5a-e424b17ff3df", "Name": "json", "Description": "The existing JSON\n\nstring", "Level": 2, @@ -638,7 +638,7 @@ "KeepListStructure": false }, { - "Id": "68375682-1a2d-4f14-8c32-a3501fad559c", + "Id": "4710d32e-6f00-466d-961a-aaf4a72ec8e1", "Name": "root", "Description": "The name of the root object to return as JSON.\n\nstring", "Level": 2, @@ -648,7 +648,7 @@ ], "Outputs": [ { - "Id": "6287918b-ad8d-438b-ad48-b2b136e178b6", + "Id": "ce218224-1aa9-4c21-849b-c12ce4121ad9", "Name": "string", "Description": "The new JSON string", "Level": 2, @@ -667,7 +667,7 @@ "Inputs": [], "Outputs": [ { - "Id": "bcb7ec2a-59fd-4d4d-8ad4-6c875c8df2d8", + "Id": "9fc01885-1a4f-437d-87e6-b22959b6a253", "Name": "", "Description": "String", "Level": 2, @@ -681,11 +681,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.DeserialiseAsDictionary@string", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", "Id": "f56bb672-6ab2-4c17-98df-3c3aa9110d70", "Inputs": [ { - "Id": "d325c6f5-29d6-44fe-a8fe-e5e3b9e6cc03", + "Id": "0e753c03-acd7-4dfc-9a25-bc0bd2077ade", "Name": "json", "Description": "The JSON string to deserialise\n\nstring", "Level": 2, @@ -695,7 +695,7 @@ ], "Outputs": [ { - "Id": "66830a2b-2394-4b2d-8083-3ff0860b2953", + "Id": "db4074a7-09c5-4d2c-99b1-b6c51b4514fd", "Name": "properties", "Description": "A dictionary of the responses's JSON content.", "Level": 2, @@ -703,7 +703,7 @@ "KeepListStructure": false }, { - "Id": "add22fde-7680-458b-957b-522e1bb35d1d", + "Id": "aafb8aea-0f3d-4264-86f4-8d79fd9b2681", "Name": "values", "Description": "var", "Level": 2, @@ -720,7 +720,7 @@ "Id": "95bd27ff-9d36-40c6-9140-b4c8451086d4", "Inputs": [ { - "Id": "dbb21095-523e-4481-b952-e8d4e5419df1", + "Id": "41b8251a-1992-4915-9dfa-72c49a1d822e", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -730,7 +730,7 @@ ], "Outputs": [ { - "Id": "4652e16c-2d7c-47f3-8fd0-fdf1b6750b62", + "Id": "7e1b0563-b255-4c74-9085-c90d7445f6cd", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -747,7 +747,7 @@ "Id": "9575eda1-b96a-4bb8-99d1-e4acddd7b1ff", "Inputs": [ { - "Id": "3f0619c0-ed27-47cd-b072-446ca1e4a8cc", + "Id": "38d3fd74-c602-4fa7-9e32-a71d7d836616", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -757,7 +757,7 @@ ], "Outputs": [ { - "Id": "a118813e-1ecc-43b2-bac1-ddbb32ced7ca", + "Id": "f9f5a8d5-238b-4ea5-894d-8c557170acfa", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -771,11 +771,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.Deserialise@string", + "FunctionSignature": "DynaWeb.Helpers.Deserialise@string", "Id": "3fa74fa4-e959-4ee8-b65b-3e2ac266031f", "Inputs": [ { - "Id": "6713702d-99f3-47d6-85c5-b7303f245a4c", + "Id": "64fa19f4-6e22-408a-83c2-617b152e89bd", "Name": "json", "Description": "The JSON token (object) to parse.\n\nstring", "Level": 2, @@ -785,7 +785,7 @@ ], "Outputs": [ { - "Id": "6db71d62-7803-4a67-8ccf-ea39ffa981fa", + "Id": "272924b2-7f11-4382-9bad-ec21fd77b6cb", "Name": "var[]..[]", "Description": "The parsed object", "Level": 2, @@ -802,7 +802,7 @@ "Id": "3432e581-45aa-4831-a7d1-586abdd4dc2e", "Inputs": [ { - "Id": "a680306d-3d36-4f1d-ad17-9c9eec831224", + "Id": "f3b5daef-9e19-4bf3-9c9b-d2f218939997", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -812,7 +812,7 @@ ], "Outputs": [ { - "Id": "b31c1c5a-11ed-4866-801c-472b1c0455e3", + "Id": "8a247e4a-3985-41de-a866-ac313f121bb7", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -826,11 +826,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "757e2c71-4c3d-47fd-8c33-25cdb4dcf3b7", "Inputs": [ { - "Id": "a6f3c1bf-49d3-4ed3-a477-b5da0134fea3", + "Id": "1a9d4ed8-3381-45df-b470-3983190e6c5a", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -840,7 +840,7 @@ ], "Outputs": [ { - "Id": "cb8af9a4-bcfc-4dfa-925b-a1f44b1a4acb", + "Id": "8397e727-d238-4b8d-b85a-c75f94abf9b6", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -854,11 +854,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByEndpoint@string", + "FunctionSignature": "DynaWeb.WebRequest.ByEndpoint@string", "Id": "1a51dde1-4379-4eb2-b027-963bfb168b45", "Inputs": [ { - "Id": "c94189f5-d85b-498d-850d-4639c5c0e2a8", + "Id": "69d4d3e3-2532-4950-836a-c74455637379", "Name": "endpoint", "Description": "The resource (or endpoint) to use for the request. This will be used in conjunction with a WebClient base URL to form the full request URL. ex : \"users\".\n\nstring", "Level": 2, @@ -868,7 +868,7 @@ ], "Outputs": [ { - "Id": "576c9a72-d863-4ed0-87fd-1e644c9b4391", + "Id": "8b756c9c-0f25-474b-913a-43dc2da77263", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -882,11 +882,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "2631e945-0f55-40ab-ba03-6e36e131948f", "Inputs": [ { - "Id": "9e8a066b-6c54-4fa2-8ac6-d62b6ffb42ee", + "Id": "ff620674-0fba-4e01-b8d2-97827f9c9a8f", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -896,7 +896,7 @@ ], "Outputs": [ { - "Id": "1db0d89a-0750-419e-8526-6159e380b89a", + "Id": "653d0657-4be7-49c7-9d65-f36488db3cbf", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -910,19 +910,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.SetResource@string", + "FunctionSignature": "DynaWeb.WebRequest.SetResource@string", "Id": "91c056fd-c1a0-4347-a52c-2fede7834bf3", "Inputs": [ { - "Id": "42d5bce8-c34f-4547-8c95-fd834eebf88a", + "Id": "a633c948-1066-4c6f-8853-3bb541809fae", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "7c60f677-b2bb-4496-a32b-1809881d2849", + "Id": "665332d7-1558-4e74-a630-072fb9b86219", "Name": "resource", "Description": "The resource to set for the request.\n\nstring", "Level": 2, @@ -932,7 +932,7 @@ ], "Outputs": [ { - "Id": "1db437a0-7b31-4db7-acc2-06927d569f54", + "Id": "1995bc9d-9c01-4797-bfd7-8da09a37cd4a", "Name": "var", "Description": "The request with an updated URL.", "Level": 2, @@ -946,11 +946,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.Deserialise@string", + "FunctionSignature": "DynaWeb.Helpers.Deserialise@string", "Id": "166d7e13-34d3-4b73-b66b-008520d16d59", "Inputs": [ { - "Id": "d16fd970-81b5-4527-955b-4f6732c72c01", + "Id": "3981bfcd-9f85-42d2-b4fe-e6d64a29d898", "Name": "json", "Description": "The JSON token (object) to parse.\n\nstring", "Level": 2, @@ -960,7 +960,7 @@ ], "Outputs": [ { - "Id": "c271cfbb-1f0b-45bc-8787-7c298efddeb2", + "Id": "1e06a52b-44d3-434b-90c2-bdaa806cbc6e", "Name": "var[]..[]", "Description": "The parsed object", "Level": 2, @@ -977,7 +977,7 @@ "Id": "04b07515-20e3-458d-a14e-b3639ffa7601", "Inputs": [ { - "Id": "d1821606-8a04-4a64-aa98-8b2f4f62becb", + "Id": "91bf25eb-a6f4-4d8e-b2cf-aaecd2485c6c", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -987,7 +987,7 @@ ], "Outputs": [ { - "Id": "52252145-b52c-4d24-8407-d6f2535a74f5", + "Id": "a1cac738-a53b-4e03-92d0-caf13fa48917", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -1004,7 +1004,7 @@ "Id": "7dea0c10-34f6-45cd-8239-782e25cdedf7", "Inputs": [ { - "Id": "26e5e3e0-16c5-4e70-96e6-3be52ba6a706", + "Id": "cacfa1ef-45ad-4168-bdaf-525912a90af1", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -1014,7 +1014,7 @@ ], "Outputs": [ { - "Id": "90497264-bc09-47a0-915f-480246cf5ad5", + "Id": "92894c52-2a7a-4874-b2b7-7ef67a8f2afe", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -1033,7 +1033,7 @@ "Inputs": [], "Outputs": [ { - "Id": "40dcf4a2-38ed-41fb-a45a-feca1427b064", + "Id": "bda60267-7f67-437c-bf19-a8acfeed885c", "Name": "", "Description": "String", "Level": 2, @@ -1052,7 +1052,7 @@ "Inputs": [], "Outputs": [ { - "Id": "d75751e6-ceb2-4e96-b038-86077bd2b7c3", + "Id": "647eb585-a2be-4c5a-bfaa-17ac47b93da0", "Name": "", "Description": "String", "Level": 2, @@ -1071,7 +1071,7 @@ "Inputs": [], "Outputs": [ { - "Id": "28572d9f-6c6f-492a-bc31-7de233ac0af8", + "Id": "b2fd413a-7ddf-46c2-ae25-61ae9372e064", "Name": "", "Description": "String", "Level": 2, @@ -1090,7 +1090,7 @@ "Inputs": [], "Outputs": [ { - "Id": "e1462616-67c9-4170-9361-74d85d315357", + "Id": "6e59c07a-1dcb-4210-990c-f884eb645def", "Name": "", "Description": "String", "Level": 2, @@ -1104,11 +1104,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.SelectJsonRoot@string,string", + "FunctionSignature": "DynaWeb.Helpers.SelectJsonRoot@string,string", "Id": "d70da6e5-7713-40c3-b974-e77e0f07ab28", "Inputs": [ { - "Id": "2e6a13a6-cc2f-4974-8cc9-9c31f127557d", + "Id": "b6fd9900-f153-427e-92b2-0296de013eae", "Name": "json", "Description": "The existing JSON\n\nstring", "Level": 2, @@ -1116,7 +1116,7 @@ "KeepListStructure": false }, { - "Id": "8764ddab-26fc-4657-8606-876f807e6d95", + "Id": "b4a7d989-86f8-4087-a774-dba0a3224bd0", "Name": "root", "Description": "The name of the root object to return as JSON.\n\nstring", "Level": 2, @@ -1126,7 +1126,7 @@ ], "Outputs": [ { - "Id": "d996fd81-24a6-4de1-85d9-4d416362e77b", + "Id": "71f86e24-ae52-49a5-b804-bc656a76e9e6", "Name": "string", "Description": "The new JSON string", "Level": 2, @@ -1143,7 +1143,7 @@ "Id": "e81ad0f7-f908-4471-8507-50ec0a3c9ae4", "Inputs": [ { - "Id": "4649fec2-b6a3-4384-85ff-22c988a530be", + "Id": "dc9c4e0f-a091-463e-8431-97819b3b9870", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -1153,7 +1153,7 @@ ], "Outputs": [ { - "Id": "a1205401-dc5f-4a07-94bb-6348dd1ad1b1", + "Id": "d5b10176-3b0e-422d-b3b9-7e31342e0458", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -1167,13 +1167,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Time", + "FunctionSignature": "DynaWeb.WebResponse.Time", "Id": "438ed0f0-b03e-460b-adde-4cb88e30609c", "Inputs": [ { - "Id": "b1af82cc-812e-4162-857e-1790d9ada083", + "Id": "d6587d59-d4eb-4417-9769-9549915a9ff1", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -1181,7 +1181,7 @@ ], "Outputs": [ { - "Id": "0b195ad4-757f-4a83-be4d-ebe3e3c03bf6", + "Id": "4abae942-6327-4c2e-8848-31afdb053538", "Name": "var", "Description": "var", "Level": 2, @@ -1195,13 +1195,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Time", + "FunctionSignature": "DynaWeb.WebResponse.Time", "Id": "aec0acce-e009-47b7-acba-d8d0a661501c", "Inputs": [ { - "Id": "e9e4bddb-d0d8-4817-abb0-3ed1223b452a", + "Id": "f462993f-0f4d-45df-8a45-a3fb0b1b5576", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -1209,7 +1209,7 @@ ], "Outputs": [ { - "Id": "71a8273c-c352-4652-b6f5-5657566c64c5", + "Id": "34bf43df-529f-4d84-a6f5-6876c3023766", "Name": "var", "Description": "var", "Level": 2, @@ -1223,194 +1223,194 @@ ], "Connectors": [ { - "Start": "da0f2f6c-2d16-4f22-9e82-fc436cacfe53", - "End": "a6f3c1bf-49d3-4ed3-a477-b5da0134fea3", - "Id": "6e100e84-ffe9-4970-ad6f-578725640434" + "Start": "867480e7-0507-4768-8ccc-b1256c186585", + "End": "1a9d4ed8-3381-45df-b470-3983190e6c5a", + "Id": "19506117-9a5c-4b72-8ab4-be1bbf4c434d" }, { - "Start": "e8f0f741-e846-4c61-8399-46815c23ab79", - "End": "eb8f1d83-74e6-43ec-99cb-9bd3e2b5a4a6", - "Id": "cca166fc-9899-4cc3-85f5-2de2656e2bd0" + "Start": "6f7c9959-5d59-4fa8-8184-ece0f284f37c", + "End": "db621c10-63e0-4a49-b10f-059426c3de67", + "Id": "13e042ac-7262-4fc9-b135-a6e34a3e8598" }, { - "Start": "e8f0f741-e846-4c61-8399-46815c23ab79", - "End": "b1af82cc-812e-4162-857e-1790d9ada083", - "Id": "098d2ea4-4ac8-4626-9d64-25c0eb3be12b" + "Start": "6f7c9959-5d59-4fa8-8184-ece0f284f37c", + "End": "d6587d59-d4eb-4417-9769-9549915a9ff1", + "Id": "c2f8f75c-8682-456b-961c-2386fac64246" }, { - "Start": "5e5c9dd6-bf6c-4c09-a706-7f518b05b024", - "End": "e2b2b2f8-ffc3-4b44-9b86-ce19b19f4199", - "Id": "3c79a573-2e79-430d-a4dd-d854f9128495" + "Start": "b865df06-0c87-4ef2-9e6d-3ef936d9c8d4", + "End": "0262f5de-a536-4af3-bdae-51af0301a9d0", + "Id": "f44e8eb9-aa05-4737-ad86-74a41dc7a100" }, { - "Start": "e1b740d8-13c6-439f-8871-77271393dd82", - "End": "6713702d-99f3-47d6-85c5-b7303f245a4c", - "Id": "a92382ba-7344-41ee-9f66-6612ea48ae48" + "Start": "830fcdd4-09e7-4d63-99e2-9f796b03b8c4", + "End": "64fa19f4-6e22-408a-83c2-617b152e89bd", + "Id": "e55acaff-9e50-4c0a-9cd5-b81fd2769e71" }, { - "Start": "9e87da27-be5f-4258-b7e1-d77fd17b4884", - "End": "c94189f5-d85b-498d-850d-4639c5c0e2a8", - "Id": "471b2b42-5111-4400-9058-3dbe68824552" + "Start": "a3d06620-e08d-4fdd-9587-7bf58448481e", + "End": "69d4d3e3-2532-4950-836a-c74455637379", + "Id": "e8c2e484-082e-484f-a3a7-c7f9c4404721" }, { - "Start": "8f42673a-c40d-45f6-bb97-95d3f73412e3", - "End": "433e1c45-e73d-4860-926e-acd57dd1373a", - "Id": "d24f2f2d-7079-4a0d-b1e6-d05246fe9841" + "Start": "bc0af455-717f-4237-b162-a21314df146d", + "End": "6ac37b31-09af-4b4a-ae1a-b84eaa0e3f15", + "Id": "06d3ce6f-815e-4bff-b4e1-f1a49088a655" }, { - "Start": "8f42673a-c40d-45f6-bb97-95d3f73412e3", - "End": "4ad63624-fd96-4032-be08-66985deb0bc9", - "Id": "b5d2a6be-bcad-46d2-8de1-d8dea81102e1" + "Start": "bc0af455-717f-4237-b162-a21314df146d", + "End": "2b9ced3e-0b81-48fb-b13d-304f97dbfdc7", + "Id": "249c3126-6901-45b8-9fb7-ec89fa20452b" }, { - "Start": "db924659-f4f7-4eba-8442-183e14486881", - "End": "03c45c70-c167-4072-a7f2-29dc507bbb8b", - "Id": "25e26a66-79d8-410d-84ba-1316f6e0b674" + "Start": "fe4f8116-9281-4568-87c8-ca5f7e719990", + "End": "2b560f2a-4b7b-4406-8afa-be0b3dccf81e", + "Id": "0f85ede9-9a71-4686-91f2-0e9e3f4ab0da" }, { - "Start": "db924659-f4f7-4eba-8442-183e14486881", - "End": "9e8a066b-6c54-4fa2-8ac6-d62b6ffb42ee", - "Id": "5a173615-d09d-4f32-bdeb-fa92e77d03db" + "Start": "fe4f8116-9281-4568-87c8-ca5f7e719990", + "End": "ff620674-0fba-4e01-b8d2-97827f9c9a8f", + "Id": "6702fe30-5693-4d2d-a9e9-165055736645" }, { - "Start": "7672b570-475b-4a4d-ba3d-d01988fb39c8", - "End": "fe99f8a4-b6b9-4bb8-8ade-88e07e1ab750", - "Id": "db76b189-31ae-4421-bb06-a86ae228a75b" + "Start": "89e0c861-e853-4dea-9b41-57f1967e9717", + "End": "bf383d8c-0cf5-4961-b9c8-f8b0270cd81f", + "Id": "01a08347-114f-4104-9f5d-5ab9f97cda8a" }, { - "Start": "8069e1ff-37ec-4efa-a005-7a4ce78fdfe0", - "End": "f586c642-6ecb-48c2-b239-77f06d07710c", - "Id": "f1dc789e-4137-4769-bcb1-cf7757887c4d" + "Start": "ac8b62fc-611b-4b72-a488-6222d41e3e16", + "End": "a8694747-0e4f-479a-b1f3-08957d2c62dc", + "Id": "a2f9350a-9b5f-480a-a733-4f3f14577412" }, { - "Start": "8069e1ff-37ec-4efa-a005-7a4ce78fdfe0", - "End": "e9e4bddb-d0d8-4817-abb0-3ed1223b452a", - "Id": "1c748706-bc32-4f30-861d-9d2b3ecb4258" + "Start": "ac8b62fc-611b-4b72-a488-6222d41e3e16", + "End": "f462993f-0f4d-45df-8a45-a3fb0b1b5576", + "Id": "09202b62-c0c8-4645-8954-72ab80c3813a" }, { - "Start": "ae58719b-6086-4891-a3bf-0d7a8c76160c", - "End": "ba8a2506-f57f-4832-a109-d5f6e66b2a9c", - "Id": "0eb2cc50-f727-4d63-866d-c517cfcdfe4e" + "Start": "0cb7d0bc-1602-4a77-ba64-8ed551a308aa", + "End": "6c95061c-f248-4288-8950-bc0a040be534", + "Id": "40276de5-cbbd-4a46-b243-797e8635b874" }, { - "Start": "1ac3ca13-0cf6-4095-82a1-7464ae8fea53", - "End": "2b215620-df52-4e19-87c5-e609a93ffd57", - "Id": "0271ed56-939b-45cf-8126-bf72c45d9c74" + "Start": "ba7efede-8bbe-4f3f-afbd-aaf3b0c2d623", + "End": "5889b4fc-e9e0-4900-9270-b6968e05e006", + "Id": "967cf0bc-4649-414b-a505-aa39f4df83ee" }, { - "Start": "1ac3ca13-0cf6-4095-82a1-7464ae8fea53", - "End": "105cc85a-1ea7-4704-af46-be312aa4fb2c", - "Id": "b16b8188-7907-4790-b7b2-e40e56e70071" + "Start": "ba7efede-8bbe-4f3f-afbd-aaf3b0c2d623", + "End": "c133e4f6-fab7-4a53-8e5a-e424b17ff3df", + "Id": "d9441c85-cd02-44b5-a05a-7810be849306" }, { - "Start": "1ac3ca13-0cf6-4095-82a1-7464ae8fea53", - "End": "2e6a13a6-cc2f-4974-8cc9-9c31f127557d", - "Id": "acbf4e15-575c-42df-be6a-6060e0a78df4" + "Start": "ba7efede-8bbe-4f3f-afbd-aaf3b0c2d623", + "End": "b6fd9900-f153-427e-92b2-0296de013eae", + "Id": "a2a64e8d-cc33-43b1-841c-4b87f6200e99" }, { - "Start": "ffbf7a48-3ce2-4066-8097-598500a36e63", - "End": "48ff7a6b-0e19-45dc-9801-a094a66e2e92", - "Id": "f7065537-d801-4022-b958-3e63c9f5f9ca" + "Start": "fb6608b7-c5e6-41eb-9436-a89fb340da9e", + "End": "d68394c5-0174-4770-ab67-399b5d0429b5", + "Id": "850602ee-063c-46f9-96fa-eb9ede80b291" }, { - "Start": "a30217ec-cbdc-4637-84c1-251092b55549", - "End": "527f75d4-72ed-4ad4-b6a4-dce847b4bbba", - "Id": "1bb5b8fd-ce7f-41f3-8878-97432e5dd4db" + "Start": "9c9d155b-156c-4a4d-b53a-ad2bdbd6ef5f", + "End": "7080576d-4760-4b42-88e0-f959bbb2d4eb", + "Id": "c31d6a18-ad0b-41b6-8718-7305709d390c" }, { - "Start": "438a3500-3098-4392-8546-c0c7b22cbb3d", - "End": "dd3d7c8d-67d2-4c4c-b782-eba28e0b3424", - "Id": "b5b103c2-9032-49e4-af9b-25a9b0fb2bd9" + "Start": "07335233-3085-4c80-8de7-65489b617a99", + "End": "9af731e2-a9cd-414f-bb8a-db91c55376d2", + "Id": "7427eae8-0ded-4d44-b44b-38f178eac1a8" }, { - "Start": "4ee4e817-c1fe-4b5b-af1d-c06da5229e8b", - "End": "3c17cb38-fbca-4bb8-871b-04f82868ace1", - "Id": "fdec9208-0867-4f51-9f08-1b73d78854e2" + "Start": "6d8f03b2-a04d-4d59-8a8a-47fdddabf176", + "End": "25a1adbd-1789-4d59-bb81-3ccae46a4c9a", + "Id": "dbd9d2ce-bdc7-4f2f-bcf6-eaca98db4031" }, { - "Start": "4ee4e817-c1fe-4b5b-af1d-c06da5229e8b", - "End": "d16fd970-81b5-4527-955b-4f6732c72c01", - "Id": "6c94564b-d84c-491f-bfed-6672f4039422" + "Start": "6d8f03b2-a04d-4d59-8a8a-47fdddabf176", + "End": "3981bfcd-9f85-42d2-b4fe-e6d64a29d898", + "Id": "444d9597-6805-494e-8032-d779f6c8f1cd" }, { - "Start": "85607b16-e39a-4904-87e0-7d093f9aafa1", - "End": "9dde5e7c-ea56-4769-b4f9-247f334b0348", - "Id": "434913d3-8463-4b6b-bdeb-dd99f72ca0e1" + "Start": "1ae53106-ccb9-499f-adec-a4d860ed2022", + "End": "c156d0f2-8a29-4231-a249-51f0e1d910b9", + "Id": "1531c885-4301-4929-87c6-006f50533bb4" }, { - "Start": "a444d2fa-875e-4ffe-958e-c7091b538830", - "End": "28d087a4-fb3d-4f09-90c8-54b20cf089a3", - "Id": "0ffb26d4-c768-425d-b89f-b083136707ea" + "Start": "c64d80e7-e23f-483c-9fc5-c0dce41fae4e", + "End": "57ec4730-d342-471f-a009-3fa65006c850", + "Id": "91a1ded5-feb8-4dae-99a6-8926d27a4a10" }, { - "Start": "6287918b-ad8d-438b-ad48-b2b136e178b6", - "End": "26e5e3e0-16c5-4e70-96e6-3be52ba6a706", - "Id": "c5342193-6d7a-4ab4-b35a-038184e990eb" + "Start": "ce218224-1aa9-4c21-849b-c12ce4121ad9", + "End": "cacfa1ef-45ad-4168-bdaf-525912a90af1", + "Id": "a811f2d0-547d-41ea-b696-9bcaf1dc400c" }, { - "Start": "bcb7ec2a-59fd-4d4d-8ad4-6c875c8df2d8", - "End": "68375682-1a2d-4f14-8c32-a3501fad559c", - "Id": "6bacfb38-f75a-424a-a988-709505a084ae" + "Start": "9fc01885-1a4f-437d-87e6-b22959b6a253", + "End": "4710d32e-6f00-466d-961a-aaf4a72ec8e1", + "Id": "f94e45da-ea60-4c22-b16d-1ad05058ff12" }, { - "Start": "66830a2b-2394-4b2d-8083-3ff0860b2953", - "End": "3f0619c0-ed27-47cd-b072-446ca1e4a8cc", - "Id": "22dbd5e2-381a-4766-88b5-e6b1db4f0a31" + "Start": "db4074a7-09c5-4d2c-99b1-b6c51b4514fd", + "End": "38d3fd74-c602-4fa7-9e32-a71d7d836616", + "Id": "4d8db66f-e6a0-4b2d-83c2-4e5844020ff8" }, { - "Start": "add22fde-7680-458b-957b-522e1bb35d1d", - "End": "dbb21095-523e-4481-b952-e8d4e5419df1", - "Id": "726af391-f0ad-4488-b975-894442194079" + "Start": "aafb8aea-0f3d-4264-86f4-8d79fd9b2681", + "End": "41b8251a-1992-4915-9dfa-72c49a1d822e", + "Id": "b038987b-79d1-42cc-a733-e1b1d14caf3c" }, { - "Start": "6db71d62-7803-4a67-8ccf-ea39ffa981fa", - "End": "a680306d-3d36-4f1d-ad17-9c9eec831224", - "Id": "71a83488-7255-4aca-97ac-179442eb2ccb" + "Start": "272924b2-7f11-4382-9bad-ec21fd77b6cb", + "End": "f3b5daef-9e19-4bf3-9c9b-d2f218939997", + "Id": "33875ab7-3074-4299-ba0b-bc766a582a22" }, { - "Start": "cb8af9a4-bcfc-4dfa-925b-a1f44b1a4acb", - "End": "9ed2b53c-239b-4d8a-9fa4-8dababb32326", - "Id": "c0d8f413-a948-4fe9-b283-e031ad237a18" + "Start": "8397e727-d238-4b8d-b85a-c75f94abf9b6", + "End": "a3f68f7d-e3ed-4724-bae6-52b920cfe4e8", + "Id": "09a8edab-0404-46c6-8a1c-f82baf33ceae" }, { - "Start": "576c9a72-d863-4ed0-87fd-1e644c9b4391", - "End": "c1494b37-fbe8-4ad3-b142-6df9875157f1", - "Id": "54447bbe-58ed-4844-9dbb-c0cd00ee315a" + "Start": "8b756c9c-0f25-474b-913a-43dc2da77263", + "End": "f2ef00f6-55b7-4096-b214-b8f3783d9d3c", + "Id": "e75764bc-835d-4435-bf4d-c8c7c86fca80" }, { - "Start": "576c9a72-d863-4ed0-87fd-1e644c9b4391", - "End": "8a4c2d6e-b8e9-43d4-8414-be285f61282d", - "Id": "589a5e06-8af2-4896-8dd4-572deb2f0e86" + "Start": "8b756c9c-0f25-474b-913a-43dc2da77263", + "End": "6594dfaf-6881-45a3-966d-e0aaaace80ba", + "Id": "24f86ae6-d335-4a94-a0a1-49ad00367a7d" }, { - "Start": "1db0d89a-0750-419e-8526-6159e380b89a", - "End": "42d5bce8-c34f-4547-8c95-fd834eebf88a", - "Id": "f2eecfcd-4b5a-4ea0-b5ea-c1eacced7300" + "Start": "653d0657-4be7-49c7-9d65-f36488db3cbf", + "End": "a633c948-1066-4c6f-8853-3bb541809fae", + "Id": "03131d61-a3a4-48ee-b76e-5cc24e7f5c75" }, { - "Start": "c271cfbb-1f0b-45bc-8787-7c298efddeb2", - "End": "d1821606-8a04-4a64-aa98-8b2f4f62becb", - "Id": "70d8a55a-48f0-4e34-b741-1e140bac2afc" + "Start": "1e06a52b-44d3-434b-90c2-bdaa806cbc6e", + "End": "91bf25eb-a6f4-4d8e-b2cf-aaecd2485c6c", + "Id": "4fa06f1a-fc29-450e-a7b7-75ffc42768c7" }, { - "Start": "90497264-bc09-47a0-915f-480246cf5ad5", - "End": "d325c6f5-29d6-44fe-a8fe-e5e3b9e6cc03", - "Id": "84d17ac6-0361-4104-a48e-b4a12cd7b91a" + "Start": "92894c52-2a7a-4874-b2b7-7ef67a8f2afe", + "End": "0e753c03-acd7-4dfc-9a25-bc0bd2077ade", + "Id": "0f3459d5-827f-40cf-9024-8b00d06140a8" }, { - "Start": "28572d9f-6c6f-492a-bc31-7de233ac0af8", - "End": "7c60f677-b2bb-4496-a32b-1809881d2849", - "Id": "ce5b5fb2-b4b8-49e8-8388-77e8ae8e69c5" + "Start": "b2fd413a-7ddf-46c2-ae25-61ae9372e064", + "End": "665332d7-1558-4e74-a630-072fb9b86219", + "Id": "9c597a4f-75e9-4679-932f-91964938ac80" }, { - "Start": "e1462616-67c9-4170-9361-74d85d315357", - "End": "8764ddab-26fc-4657-8606-876f807e6d95", - "Id": "5b60db04-e1c3-4f06-a04f-7e01ba7d5d55" + "Start": "6e59c07a-1dcb-4210-990c-f884eb645def", + "End": "b4a7d989-86f8-4087-a774-dba0a3224bd0", + "Id": "ead7941f-d806-43a7-8cf2-6a1e59cf0094" }, { - "Start": "d996fd81-24a6-4de1-85d9-4d416362e77b", - "End": "4649fec2-b6a3-4384-85ff-22c988a530be", - "Id": "5acecfb8-79c3-4a15-915b-bd185e14aa8f" + "Start": "71f86e24-ae52-49a5-b804-bc656a76e9e6", + "End": "dc9c4e0f-a091-463e-8431-97819b3b9870", + "Id": "34e21427-3e7e-43fa-a14c-c2cf76d4bda0" } ], "Dependencies": [], @@ -1465,7 +1465,7 @@ }, { "ShowGeometry": true, - "Name": "WebClient.WebClient", + "Name": "WebClient.ByUrl", "Id": "10027e25-5361-40af-8a57-891af7fdee83", "IsUpstreamVisible": true, "X": 547.029800746892, @@ -1868,13 +1868,13 @@ "c79fbedc-1ad1-49c8-a8cc-45e4f3288ddd" ], "Left": 1461.83749208863, - "Top": 1084.92789112673, - "Width": 585.67937343624, - "Height": 301.13283827037003, + "Top": 1048.92789112673, + "Width": 374.67937343624, + "Height": 337.13283827037003, "FontSize": 30.0, "InitialTop": 1130.92789112673, "InitialHeight": 141.75, - "TextblockHeight": 36.0, + "TextblockHeight": 72.0, "Background": "#FFFFAA45" }, { @@ -1886,8 +1886,8 @@ ], "Left": 1457.17736250679, "Top": 77.612170963523, - "Width": 589.81194640498006, - "Height": 503.0, + "Width": 378.81194640498006, + "Height": 219.0, "FontSize": 48.0, "InitialTop": 202.612170963523, "InitialHeight": 412.75, @@ -1979,8 +1979,8 @@ ], "Left": 1462.55805418046, "Top": 624.613027368881, - "Width": 584.29016491026, - "Height": 448.50803298205108, + "Width": 373.29016491026005, + "Height": 226.20345478911497, "FontSize": 48.0, "InitialTop": 692.113027368881, "InitialHeight": 128.75, @@ -1994,13 +1994,13 @@ "cfdff6f1-b4cf-47c8-a57a-985d102dc13f" ], "Left": 1196.66006230377, - "Top": 627.888139274618, - "Width": 218.0, - "Height": 201.0, + "Top": 591.888139274618, + "Width": 204.5, + "Height": 237.0, "FontSize": 30.0, "InitialTop": 709.888139274618, "InitialHeight": 149.0, - "TextblockHeight": 72.0, + "TextblockHeight": 108.0, "Background": "#FF71C6A8" }, { @@ -2057,7 +2057,7 @@ "Left": 2408.81634487792, "Top": 604.62614869391, "Width": 1662.75497896973, - "Height": 850.9762555814, + "Height": 706.4762555814, "FontSize": 48.0, "InitialTop": 672.12614869391, "InitialHeight": 411.938166075438, @@ -2078,8 +2078,8 @@ ], "Left": 2412.45748890757, "Top": 1479.5846377366, - "Width": 601.07816295213979, - "Height": 485.95950246972006, + "Width": 487.85467348356997, + "Height": 485.4902232515301, "FontSize": 30.0, "InitialTop": 1525.5846377366, "InitialHeight": 147.721786133973, @@ -2096,8 +2096,8 @@ ], "Left": 3036.86427768779, "Top": 1479.41458190099, - "Width": 665.48341532591985, - "Height": 297.5, + "Width": 555.98341532591985, + "Height": 165.0, "FontSize": 30.0, "InitialTop": 1525.41458190099, "InitialHeight": 281.5, @@ -2114,8 +2114,8 @@ ], "Left": 2407.6422140512, "Top": 77.612170963523, - "Width": 610.35316938528013, - "Height": 502.99999999999994, + "Width": 460.35316938528013, + "Height": 449.292910359244, "FontSize": 48.0, "InitialTop": 202.612170963523, "InitialHeight": 408.0, @@ -2141,8 +2141,8 @@ "Background": "#FF71C6A8" } ], - "X": 30.5485094225506, - "Y": 81.281829850300284, - "Zoom": 0.29999509879914488 + "X": 30.7122973059045, + "Y": 24.8417856054351, + "Zoom": 0.389575259556232 } } \ No newline at end of file diff --git a/samples/Dynamo 2.0 - 5 - REST API advanced.dyn b/samples/Dynamo 2.0 - 5 - REST API advanced.dyn index 8b2c74c..05790fa 100644 --- a/samples/Dynamo 2.0 - 5 - REST API advanced.dyn +++ b/samples/Dynamo 2.0 - 5 - REST API advanced.dyn @@ -1,5 +1,5 @@ { - "Uuid": "80834056-9751-497a-9466-91bc3d7f3761", + "Uuid": "f4bb9cbc-38c3-4d21-89b6-2cbfb7af251c", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -10,11 +10,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebClient.WebClient@string", + "FunctionSignature": "DynaWeb.WebClient.ByUrl@string", "Id": "10027e25-5361-40af-8a57-891af7fdee83", "Inputs": [ { - "Id": "10c63325-1d1f-4c88-982f-10a87c50ffae", + "Id": "64a07785-e739-4ff0-ab6c-33dba98837e5", "Name": "baseUrl", "Description": "The URL to use for all future requests made by this client. Should include scheme (ex: http://) and domain (ex: www.dynamobim.org) without trailing slash (/).\n\nstring", "Level": 2, @@ -24,7 +24,7 @@ ], "Outputs": [ { - "Id": "7b337c7f-c9b0-495a-84fd-0340acbcd099", + "Id": "fdb16526-827a-4daa-89d5-75f2ad269f6d", "Name": "WebClient", "Description": "WebClient", "Level": 2, @@ -33,17 +33,17 @@ } ], "Replication": "Shortest", - "Description": "Build a new WebClient using the specified URL as its base. A web client is used to translate request objects into HTTP requests and process the server response. The web client also represents a uniquely configured connection to a server or service.\n\nWebClient.WebClient (baseUrl: string): WebClient" + "Description": "Build a new WebClient using the specified URL as its base. A web client is used to translate request objects into HTTP requests and process the server response. The web client also represents a uniquely configured connection to a server or service.\n\nWebClient.ByUrl (baseUrl: string): WebClient" }, { "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", "NodeType": "StringInputNode", - "InputValue": "https://jsonplaceholder.typicode.com", + "InputValue": "https://jsonplaceholder.typicode.com/users", "Id": "2504df46-27a4-4878-934e-3f6f792accf7", "Inputs": [], "Outputs": [ { - "Id": "7ba640c5-e6fc-4194-a785-40caa8170477", + "Id": "ad0a934d-ad4a-4ea1-9fcb-be760599b0e2", "Name": "", "Description": "String", "Level": 2, @@ -57,21 +57,21 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebClient.Execute@var", + "FunctionSignature": "DynaWeb.WebClient.Execute@var,var", "Id": "cfdff6f1-b4cf-47c8-a57a-985d102dc13f", "Inputs": [ { - "Id": "df94add8-ea1f-48b6-9174-60997c336cb0", - "Name": "webClient", - "Description": "DSCore.Web.WebClient", + "Id": "b89d1383-f4d6-4bad-9e7f-ddb81aa7ef8b", + "Name": "client", + "Description": "The WebClient to use for execution of request.\n\nvar", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "2852cf42-44d4-47d2-ae53-16bd2608d883", + "Id": "fb2f8c44-2f83-4cd5-90b9-0df26530afad", "Name": "request", - "Description": "The web request to execute.\n\nvar", + "Description": "The web WebRequest to execute.\n\nvar", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -79,7 +79,7 @@ ], "Outputs": [ { - "Id": "549082be-21c4-4ef5-a376-c733ec662d9f", + "Id": "43867da0-6afb-44df-8491-6d3314846e1b", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -88,18 +88,18 @@ } ], "Replication": "Shortest", - "Description": "Executes a WebRequest in the context of the client and returns the response from the server.\n\nWebClient.Execute (request: var): var" + "Description": "Executes a WebRequest in the context of the client and returns the response from the server.\n\nWebClient.Execute (client: var, request: var): var" }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "5316d817-faef-4115-a4cd-201dfa09c254", "Inputs": [ { - "Id": "8f1af0f2-3fb7-4d25-aba0-5e99a92875f5", + "Id": "47646a4e-fc9c-4efd-a68e-82e18aee58a9", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -107,7 +107,7 @@ ], "Outputs": [ { - "Id": "2a35621c-5f77-43dc-bc49-8d1cc58dd68a", + "Id": "c6604a05-33fb-403d-957f-75dcc2a751e2", "Name": "string", "Description": "string", "Level": 2, @@ -124,7 +124,7 @@ "Id": "53df58a3-014a-4027-8775-e94e6548880d", "Inputs": [ { - "Id": "69b631cd-5465-40d8-b96f-fc9b37d9c3c6", + "Id": "bebb439a-441d-4235-ae19-95cbb68c1adf", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -134,7 +134,7 @@ ], "Outputs": [ { - "Id": "34de57aa-1841-4cb8-95fc-7bff6ab9e410", + "Id": "0d1b4ad3-e9d3-4617-9a48-6d3776fb9c95", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -148,11 +148,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.DeserialiseAsDictionary@string", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", "Id": "b8f957a7-77a0-4920-abb8-13e44d664fd5", "Inputs": [ { - "Id": "6fc33426-fbda-49db-a789-4062fd3703ab", + "Id": "a0ab3e44-67bf-4666-803e-8ba8a7c1fb48", "Name": "json", "Description": "The JSON string to deserialise\n\nstring", "Level": 2, @@ -162,7 +162,7 @@ ], "Outputs": [ { - "Id": "1789b896-76ed-4aa2-a1ec-796f84e21b5c", + "Id": "157d151d-8b26-4bc6-a1cc-a133a4679a30", "Name": "properties", "Description": "A dictionary of the responses's JSON content.", "Level": 2, @@ -170,7 +170,7 @@ "KeepListStructure": false }, { - "Id": "327f9e1b-99e9-465e-878e-6adcb9f6b848", + "Id": "ba50bc06-53ed-43d2-ad4d-55afda16d333", "Name": "values", "Description": "var", "Level": 2, @@ -187,7 +187,7 @@ "Id": "72886694-5bb1-49f1-8d32-a4ace7596587", "Inputs": [ { - "Id": "586631fb-d925-47f4-ab20-f6abbb46edde", + "Id": "b4a7fe90-0916-4c9a-a7a1-ea31b297118e", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -197,7 +197,7 @@ ], "Outputs": [ { - "Id": "550679f7-813e-4201-afb1-fe30ac207d6e", + "Id": "af8115c0-0141-4d9c-9ace-408f294676a9", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -214,7 +214,7 @@ "Id": "df7f09d9-4118-4f52-8ef4-6b7029b388af", "Inputs": [ { - "Id": "b95d9537-ae6c-49f8-b1df-ca3b91baa185", + "Id": "fcaaf8e6-19bd-4887-ba0b-e374aff686d4", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -224,7 +224,7 @@ ], "Outputs": [ { - "Id": "b3e9f4bc-0998-4b62-b7ce-2a0d6e43d67e", + "Id": "00833e76-a5af-4716-8b3d-1c942deff69f", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -243,7 +243,7 @@ "Inputs": [], "Outputs": [ { - "Id": "6b24d719-6cb1-4894-8299-d356d59e0a2b", + "Id": "ad9e5bb4-0252-455c-8244-4162277f6840", "Name": "", "Description": "String", "Level": 2, @@ -257,11 +257,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.Helpers.Deserialise@string", + "FunctionSignature": "DynaWeb.Helpers.Deserialise@string", "Id": "3fa74fa4-e959-4ee8-b65b-3e2ac266031f", "Inputs": [ { - "Id": "de34912a-742e-466c-b307-c71bbc456c26", + "Id": "b93b307d-f385-4b97-80bc-45f27e95f8da", "Name": "json", "Description": "The JSON token (object) to parse.\n\nstring", "Level": 2, @@ -271,7 +271,7 @@ ], "Outputs": [ { - "Id": "e482da69-ce24-43e5-aa3b-5be0b2109664", + "Id": "9fde303b-53e4-4b82-a1ad-cc66db522b19", "Name": "var[]..[]", "Description": "The parsed object", "Level": 2, @@ -285,11 +285,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByEndpoint@string", + "FunctionSignature": "DynaWeb.WebRequest.ByEndpoint@string", "Id": "1a51dde1-4379-4eb2-b027-963bfb168b45", "Inputs": [ { - "Id": "a1743c63-226f-4792-b79c-59059f4aae10", + "Id": "2a80f94c-baa0-46b8-8efc-6b283dba76d3", "Name": "endpoint", "Description": "The resource (or endpoint) to use for the request. This will be used in conjunction with a WebClient base URL to form the full request URL. ex : \"users\".\n\nstring", "Level": 2, @@ -299,7 +299,7 @@ ], "Outputs": [ { - "Id": "9e73cfed-4d6f-4801-bd96-6293d974a7e6", + "Id": "006c388b-554a-4935-a244-668042bc905c", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -313,19 +313,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.SetMethod@string", + "FunctionSignature": "DynaWeb.WebRequest.SetMethod@string", "Id": "242d1d7a-eb4c-475d-bcce-240130bd1f3f", "Inputs": [ { - "Id": "359cf166-f959-4b39-ac5d-4f59c4795025", + "Id": "c772dc37-6f74-4ecc-8f61-cfebfe221d21", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "616168be-34a6-45f4-8dda-af3ae58ed48c", + "Id": "b9b296f0-49c3-4bab-bd8c-e739710bc2b5", "Name": "method", "Description": "The string that represents the http method.\n\nstring", "Level": 2, @@ -335,7 +335,7 @@ ], "Outputs": [ { - "Id": "8b1d2299-b0a6-41bb-a0a1-802794f26f97", + "Id": "3516bfca-1a9d-4beb-b7c8-760b9b57c044", "Name": "var", "Description": "The WebRequest updated with set method if input was valid, the unchanged WebRequest otherwise.", "Level": 2, @@ -354,7 +354,7 @@ "Inputs": [], "Outputs": [ { - "Id": "19160197-d46b-4674-9d83-7e8099250c84", + "Id": "b977a7fc-f048-4914-84d9-1579aab7837e", "Name": "", "Description": "String", "Level": 2, @@ -368,19 +368,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddParameter@string,var,string", + "FunctionSignature": "DynaWeb.WebRequest.AddParameter@string,var,string", "Id": "50d479e2-e0b9-4a3f-b5d0-6c77445d8872", "Inputs": [ { - "Id": "c9acc8be-52fd-4ea0-9137-bab9bfbfcfb6", + "Id": "6d638c92-9339-4941-94fc-eefb5975ba46", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "db2ea0c0-8841-4d92-a583-49529e7125a4", + "Id": "00149fc2-17b2-4d9e-851b-a280eec99676", "Name": "name", "Description": "The name of the parameter to add.\n\nstring", "Level": 2, @@ -388,7 +388,7 @@ "KeepListStructure": false }, { - "Id": "b5295e08-859a-4aba-9e1e-81161e2cc8a9", + "Id": "4234f663-808c-4064-91d4-ab6356282cc7", "Name": "value", "Description": "The value of the parameter to add.\n\nvar", "Level": 2, @@ -396,7 +396,7 @@ "KeepListStructure": false }, { - "Id": "279dc9cd-ad2a-44e3-9822-97be95f13bc7", + "Id": "96ec249a-7606-4609-aca4-d5c9bb193786", "Name": "parameterType", "Description": "The type of the parameter to add. Valid inputs: Cookie, GetOrPost, HttpHeader, QueryString, RequestBody, UrlSegment\n\nstring", "Level": 2, @@ -406,7 +406,7 @@ ], "Outputs": [ { - "Id": "1b5ea9db-11e6-47f8-9fb2-6538d08a2973", + "Id": "27b708e6-d200-4a84-b890-2ee5d1335695", "Name": "var", "Description": "The request with the added parameter.", "Level": 2, @@ -425,7 +425,7 @@ "Inputs": [], "Outputs": [ { - "Id": "9e09599a-d383-46ff-bc96-a404a5232187", + "Id": "cb6862d3-e1af-4cdc-8f87-75e92c775032", "Name": "", "Description": "String", "Level": 2, @@ -444,7 +444,7 @@ "Inputs": [], "Outputs": [ { - "Id": "84fca2df-f989-4465-9957-b0482d924155", + "Id": "5570a58c-3c11-402e-b207-9bc6531d2e81", "Name": "", "Description": "String", "Level": 2, @@ -458,19 +458,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddHeader@string,string", + "FunctionSignature": "DynaWeb.WebRequest.AddHeader@string,string", "Id": "45aa13d1-5caf-4513-b8a2-04b8738967c5", "Inputs": [ { - "Id": "47d1e7dc-114f-4bc9-874f-6676d7ab1fd5", + "Id": "8d447710-6446-486c-afc0-387f2133d319", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "dd3adbfa-fa52-42bf-9c7d-2ea15a54ea72", + "Id": "a3e3c535-05b1-4299-adbe-92d593b33977", "Name": "name", "Description": "Name of the header to add\n\nstring", "Level": 2, @@ -478,7 +478,7 @@ "KeepListStructure": false }, { - "Id": "485baffa-051c-4866-9e70-2febdd6ae7b9", + "Id": "f0fe8de6-66dc-405b-bbc0-eb1b29bdc7b8", "Name": "value", "Description": "Value of the header to add\n\nstring", "Level": 2, @@ -488,7 +488,7 @@ ], "Outputs": [ { - "Id": "a3d9041f-e678-4369-a7e6-da78247356d0", + "Id": "822bdd4d-e9f3-4a57-afff-5112aaf0628b", "Name": "var", "Description": "var", "Level": 2, @@ -507,7 +507,7 @@ "Inputs": [], "Outputs": [ { - "Id": "371b576d-d8cf-464a-afe8-8d34e03bb26c", + "Id": "8a70c805-9ab0-4192-aa3a-441180211376", "Name": "", "Description": "String", "Level": 2, @@ -526,7 +526,7 @@ "Inputs": [], "Outputs": [ { - "Id": "5e42122e-2fb9-497c-b373-5034a95096ea", + "Id": "15a7f3d7-18b5-4d2d-b8ec-0e384b123fce", "Name": "", "Description": "String", "Level": 2, @@ -545,7 +545,7 @@ "Inputs": [], "Outputs": [ { - "Id": "c0b65bc0-7c4d-439b-bff7-7c1abb2a3dce", + "Id": "48845d89-6810-472b-b39a-6ddcfab03fe9", "Name": "", "Description": "String", "Level": 2, @@ -562,7 +562,7 @@ "Id": "f09829ca-6564-4c6c-984e-44ae940aa7e8", "Inputs": [ { - "Id": "8b50ff80-ac8b-4dce-bf55-4123bed595f2", + "Id": "eaf5726b-fce8-4ec7-8319-974e09b6b9ca", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -572,7 +572,7 @@ ], "Outputs": [ { - "Id": "8b2cd2e2-6d26-4419-86cc-7fe9535f2e6a", + "Id": "8f8725b5-3a45-436e-8df0-f9c5cd9f8984", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -586,13 +586,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Time", + "FunctionSignature": "DynaWeb.WebResponse.Time", "Id": "55d67fb1-b891-4c6c-a5d1-fe3619c1eecb", "Inputs": [ { - "Id": "b22be483-2319-440c-ab65-5452c67f6677", + "Id": "5a10dd2e-5c4f-4e82-89c2-6a1688d88db9", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -600,7 +600,7 @@ ], "Outputs": [ { - "Id": "1c99107c-9a93-4f94-acff-65f1da006b28", + "Id": "3a337f5b-19a0-4fb4-8e19-3d2d2e0ef0e1", "Name": "var", "Description": "var", "Level": 2, @@ -614,109 +614,109 @@ ], "Connectors": [ { - "Start": "7b337c7f-c9b0-495a-84fd-0340acbcd099", - "End": "df94add8-ea1f-48b6-9174-60997c336cb0", - "Id": "8063722a-0fb3-4580-a705-6523b0b3179a" + "Start": "fdb16526-827a-4daa-89d5-75f2ad269f6d", + "End": "b89d1383-f4d6-4bad-9e7f-ddb81aa7ef8b", + "Id": "c82bb4c0-1ea7-4185-a7ff-3a338910fb37" }, { - "Start": "7ba640c5-e6fc-4194-a785-40caa8170477", - "End": "10c63325-1d1f-4c88-982f-10a87c50ffae", - "Id": "a694f272-5b06-4fdb-bf99-45dc04e8f9ed" + "Start": "ad0a934d-ad4a-4ea1-9fcb-be760599b0e2", + "End": "64a07785-e739-4ff0-ab6c-33dba98837e5", + "Id": "6ef83331-a037-4fa6-80bd-6fc22d97f41f" }, { - "Start": "549082be-21c4-4ef5-a376-c733ec662d9f", - "End": "8f1af0f2-3fb7-4d25-aba0-5e99a92875f5", - "Id": "948fc385-7bb2-4c92-8971-609fbc18367d" + "Start": "43867da0-6afb-44df-8491-6d3314846e1b", + "End": "47646a4e-fc9c-4efd-a68e-82e18aee58a9", + "Id": "5900fd76-1e84-4529-826a-495a77dc4bd3" }, { - "Start": "549082be-21c4-4ef5-a376-c733ec662d9f", - "End": "b22be483-2319-440c-ab65-5452c67f6677", - "Id": "f5b27c80-622d-4549-be5e-18114a80552a" + "Start": "43867da0-6afb-44df-8491-6d3314846e1b", + "End": "5a10dd2e-5c4f-4e82-89c2-6a1688d88db9", + "Id": "8a58c63c-0d68-4cd5-8e8c-1f56a0228870" }, { - "Start": "2a35621c-5f77-43dc-bc49-8d1cc58dd68a", - "End": "69b631cd-5465-40d8-b96f-fc9b37d9c3c6", - "Id": "093775f6-1577-4571-8207-a4328022f7bc" + "Start": "c6604a05-33fb-403d-957f-75dcc2a751e2", + "End": "bebb439a-441d-4235-ae19-95cbb68c1adf", + "Id": "4dc56721-77d6-49bf-b2a9-208438388b0f" }, { - "Start": "34de57aa-1841-4cb8-95fc-7bff6ab9e410", - "End": "6fc33426-fbda-49db-a789-4062fd3703ab", - "Id": "0f79b4ed-e848-47e6-a08c-054ffe21fdb6" + "Start": "0d1b4ad3-e9d3-4617-9a48-6d3776fb9c95", + "End": "a0ab3e44-67bf-4666-803e-8ba8a7c1fb48", + "Id": "5721b7d5-968e-4473-826b-080253e8f97a" }, { - "Start": "34de57aa-1841-4cb8-95fc-7bff6ab9e410", - "End": "de34912a-742e-466c-b307-c71bbc456c26", - "Id": "2cbc9895-87e6-4ffd-96ec-bc1ddb48cc69" + "Start": "0d1b4ad3-e9d3-4617-9a48-6d3776fb9c95", + "End": "b93b307d-f385-4b97-80bc-45f27e95f8da", + "Id": "7f0af313-cfc3-4ad3-b702-ded81d36b788" }, { - "Start": "1789b896-76ed-4aa2-a1ec-796f84e21b5c", - "End": "586631fb-d925-47f4-ab20-f6abbb46edde", - "Id": "a4f5f16b-3efd-4a9e-8a68-6eeede9f0e6f" + "Start": "157d151d-8b26-4bc6-a1cc-a133a4679a30", + "End": "b4a7fe90-0916-4c9a-a7a1-ea31b297118e", + "Id": "966361fd-315a-4d5e-8f63-271a868e2d62" }, { - "Start": "6b24d719-6cb1-4894-8299-d356d59e0a2b", - "End": "a1743c63-226f-4792-b79c-59059f4aae10", - "Id": "932b7908-d36a-4a8e-80d8-951410d7d20d" + "Start": "ad9e5bb4-0252-455c-8244-4162277f6840", + "End": "2a80f94c-baa0-46b8-8efc-6b283dba76d3", + "Id": "f9d8cbea-4ae3-4618-8a27-6a699fe9ec97" }, { - "Start": "e482da69-ce24-43e5-aa3b-5be0b2109664", - "End": "b95d9537-ae6c-49f8-b1df-ca3b91baa185", - "Id": "1ac8ec57-2d17-4540-9ab7-af84980f2145" + "Start": "9fde303b-53e4-4b82-a1ad-cc66db522b19", + "End": "fcaaf8e6-19bd-4887-ba0b-e374aff686d4", + "Id": "70a7e713-11fb-4890-bf6c-3a72574ddcc7" }, { - "Start": "9e73cfed-4d6f-4801-bd96-6293d974a7e6", - "End": "359cf166-f959-4b39-ac5d-4f59c4795025", - "Id": "a1834bee-6ab4-4c9f-872d-55beb72f5b89" + "Start": "006c388b-554a-4935-a244-668042bc905c", + "End": "c772dc37-6f74-4ecc-8f61-cfebfe221d21", + "Id": "c4b6711c-e2e2-4694-8308-429f5f4950f4" }, { - "Start": "8b1d2299-b0a6-41bb-a0a1-802794f26f97", - "End": "c9acc8be-52fd-4ea0-9137-bab9bfbfcfb6", - "Id": "cdd2f42b-6ce2-44b9-a6f3-db57ecd41861" + "Start": "3516bfca-1a9d-4beb-b7c8-760b9b57c044", + "End": "6d638c92-9339-4941-94fc-eefb5975ba46", + "Id": "8c9683ff-baed-494f-a7cb-6eec192596e1" }, { - "Start": "19160197-d46b-4674-9d83-7e8099250c84", - "End": "616168be-34a6-45f4-8dda-af3ae58ed48c", - "Id": "a51955f3-d2a6-45d2-bb57-1d3a08e93e67" + "Start": "b977a7fc-f048-4914-84d9-1579aab7837e", + "End": "b9b296f0-49c3-4bab-bd8c-e739710bc2b5", + "Id": "a3b39f7f-2f1f-4dbb-ad95-245b826da49d" }, { - "Start": "1b5ea9db-11e6-47f8-9fb2-6538d08a2973", - "End": "47d1e7dc-114f-4bc9-874f-6676d7ab1fd5", - "Id": "5dbbb729-9946-4d93-b0c0-801d3c32210c" + "Start": "27b708e6-d200-4a84-b890-2ee5d1335695", + "End": "8d447710-6446-486c-afc0-387f2133d319", + "Id": "c6a76451-a7f2-4f46-a4de-ade6e8acecf8" }, { - "Start": "9e09599a-d383-46ff-bc96-a404a5232187", - "End": "db2ea0c0-8841-4d92-a583-49529e7125a4", - "Id": "c96c27c2-82f7-4581-8e13-310530b13aac" + "Start": "cb6862d3-e1af-4cdc-8f87-75e92c775032", + "End": "00149fc2-17b2-4d9e-851b-a280eec99676", + "Id": "979edce5-7629-4e51-895d-8e2cfedd6c81" }, { - "Start": "84fca2df-f989-4465-9957-b0482d924155", - "End": "279dc9cd-ad2a-44e3-9822-97be95f13bc7", - "Id": "a28fdfd5-e22a-4a27-b5e2-cb8f57aab809" + "Start": "5570a58c-3c11-402e-b207-9bc6531d2e81", + "End": "96ec249a-7606-4609-aca4-d5c9bb193786", + "Id": "431cf63d-f41a-475b-9250-b74b932309af" }, { - "Start": "a3d9041f-e678-4369-a7e6-da78247356d0", - "End": "2852cf42-44d4-47d2-ae53-16bd2608d883", - "Id": "da7b99ce-8cbb-4de9-adf4-777fd2902fcc" + "Start": "822bdd4d-e9f3-4a57-afff-5112aaf0628b", + "End": "fb2f8c44-2f83-4cd5-90b9-0df26530afad", + "Id": "4e5e626c-47d0-4e18-bd03-c9e32bbc0f87" }, { - "Start": "371b576d-d8cf-464a-afe8-8d34e03bb26c", - "End": "dd3adbfa-fa52-42bf-9c7d-2ea15a54ea72", - "Id": "4933f07b-2927-4313-ad8c-b499dd09e6d3" + "Start": "8a70c805-9ab0-4192-aa3a-441180211376", + "End": "a3e3c535-05b1-4299-adbe-92d593b33977", + "Id": "8ad644e9-55fa-4c35-894b-4dcb1bbf089a" }, { - "Start": "5e42122e-2fb9-497c-b373-5034a95096ea", - "End": "485baffa-051c-4866-9e70-2febdd6ae7b9", - "Id": "7af64783-c5dd-4b3f-b002-3797dda9a12c" + "Start": "15a7f3d7-18b5-4d2d-b8ec-0e384b123fce", + "End": "f0fe8de6-66dc-405b-bbc0-eb1b29bdc7b8", + "Id": "26631e6f-3a5d-4c46-98ad-79f56b488676" }, { - "Start": "c0b65bc0-7c4d-439b-bff7-7c1abb2a3dce", - "End": "8b50ff80-ac8b-4dce-bf55-4123bed595f2", - "Id": "02087fce-a282-40e4-965a-20f1889179c1" + "Start": "48845d89-6810-472b-b39a-6ddcfab03fe9", + "End": "eaf5726b-fce8-4ec7-8319-974e09b6b9ca", + "Id": "0eb49a7c-e583-462a-aca8-237c96bc823b" }, { - "Start": "8b2cd2e2-6d26-4419-86cc-7fe9535f2e6a", - "End": "b5295e08-859a-4aba-9e1e-81161e2cc8a9", - "Id": "15e0e682-acb8-4bd0-8a18-00c6a4fc9363" + "Start": "8f8725b5-3a45-436e-8df0-f9c5cd9f8984", + "End": "4234f663-808c-4064-91d4-ab6356282cc7", + "Id": "3e131769-9003-41c9-885e-574e87536107" } ], "Dependencies": [], @@ -731,7 +731,7 @@ "NodeViews": [ { "ShowGeometry": true, - "Name": "WebClient.WebClient", + "Name": "WebClient.ByUrl", "Id": "10027e25-5361-40af-8a57-891af7fdee83", "IsUpstreamVisible": true, "X": 487.350541292988, @@ -774,24 +774,24 @@ "Name": "Helpers.DeserialiseAsDictionary", "Id": "b8f957a7-77a0-4920-abb8-13e44d664fd5", "IsUpstreamVisible": true, - "X": 3072.87173522613, - "Y": 710.956435791726 + "X": 3212.83618344399, + "Y": 704.763318613945 }, { "ShowGeometry": true, "Name": "Watch : Properties", "Id": "72886694-5bb1-49f1-8d32-a4ace7596587", "IsUpstreamVisible": true, - "X": 3348.20999436102, - "Y": 710.956435791726 + "X": 3488.17444257888, + "Y": 704.763318613945 }, { "ShowGeometry": true, "Name": "Watch : Values", "Id": "df7f09d9-4118-4f52-8ef4-6b7029b388af", "IsUpstreamVisible": true, - "X": 3495.40952205567, - "Y": 710.956435791726 + "X": 3635.37397027353, + "Y": 704.763318613945 }, { "ShowGeometry": true, @@ -806,8 +806,8 @@ "Name": "Helpers.Deserialise", "Id": "3fa74fa4-e959-4ee8-b65b-3e2ac266031f", "IsUpstreamVisible": true, - "X": 3072.87173522613, - "Y": 825.304889930493 + "X": 3212.83618344399, + "Y": 819.111772752712 }, { "ShowGeometry": true, @@ -915,8 +915,8 @@ }, { "Id": "72ca80a0-9cc6-4782-a162-d3ea1d6c06b6", - "X": 3072.25061729767, - "Y": 933.599200977557, + "X": 3212.21506551553, + "Y": 927.406083799776, "Text": "In this example, we're using 2 deserialisation methods, for 2 distinct purposes :\r\n\r\nDeserialise\r\n- this gets us the native values returned by the server\r\n\r\nDeserialiseAsDictionary\r\n- this gets us the names of the properties\r\n\r\nDoing this highlights that this particular endpoint on this server is returning data in the same format we POSTed it in, instead of the regular format used by its /users endpoint." }, { @@ -957,8 +957,8 @@ }, { "Id": "398320d6-25eb-4d7b-91e6-f988bcf019e0", - "X": 3348.36683627114, - "Y": 660.695831953137, + "X": 3488.331284489, + "Y": 654.502714775356, "Text": "These 2 outputs would serve great as outputs for a custom node." } ], @@ -1009,7 +1009,7 @@ ], "Left": 2540.54604561266, "Top": 585.956435791726, - "Width": 459.48356557041006, + "Width": 430.48356557041006, "Height": 355.0314453863, "FontSize": 48.0, "InitialTop": 710.956435791726, @@ -1024,13 +1024,13 @@ "cfdff6f1-b4cf-47c8-a57a-985d102dc13f" ], "Left": 2283.25271965528, - "Top": 592.956435791726, - "Width": 218.0, - "Height": 237.0, + "Top": 556.956435791726, + "Width": 204.5, + "Height": 273.0, "FontSize": 30.0, "InitialTop": 710.956435791726, "InitialHeight": 149.0, - "TextblockHeight": 108.0, + "TextblockHeight": 144.0, "Background": "#FF71C6A8" }, { @@ -1060,12 +1060,12 @@ "b8f957a7-77a0-4920-abb8-13e44d664fd5", "398320d6-25eb-4d7b-91e6-f988bcf019e0" ], - "Left": 3062.25061729767, - "Top": 593.195831953137, + "Left": 3202.21506551553, + "Top": 587.002714775356, "Width": 584.61621897347, "Height": 571.90336902441993, "FontSize": 48.0, - "InitialTop": 660.695831953137, + "InitialTop": 654.502714775356, "InitialHeight": 408.0, "TextblockHeight": 57.5, "Background": "#FFFF7BAC" @@ -1145,8 +1145,8 @@ "Background": "#FF71C6A8" } ], - "X": 13.588394216524417, - "Y": 43.034878261888707, - "Zoom": 0.33969118513289764 + "X": 16.4072901553162, + "Y": 141.078035594059, + "Zoom": 0.281345029683647 } } \ No newline at end of file diff --git a/samples/Dynamo 2.0 - 6 - Complex POST request.dyn b/samples/Dynamo 2.0 - 6 - Complex POST request.dyn index 91bef28..e0b7ce8 100644 --- a/samples/Dynamo 2.0 - 6 - Complex POST request.dyn +++ b/samples/Dynamo 2.0 - 6 - Complex POST request.dyn @@ -1,5 +1,5 @@ { - "Uuid": "bcd10a9d-61c5-44b7-ad1d-72033644bb50", + "Uuid": "5e487375-bed6-409a-a457-25f212991682", "IsCustomNode": false, "Description": "", "Name": "Home", @@ -10,11 +10,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.Execute@var", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", "Id": "ec7e3928-7085-4d32-880b-cf1a08652ff3", "Inputs": [ { - "Id": "8f168b42-deab-4b8a-ae22-f696b505dd64", + "Id": "be3d22da-c60a-49a0-870d-d8950d0fac0e", "Name": "request", "Description": "The web request to execute.\n\nvar", "Level": 2, @@ -24,7 +24,7 @@ ], "Outputs": [ { - "Id": "019a63f6-7018-4361-b8e4-2e77fae16477", + "Id": "1559083e-ec0b-479e-a1d6-a3c4d340419e", "Name": "var", "Description": "The response from the server as a WebResponse object.", "Level": 2, @@ -38,13 +38,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "1f333422-c596-4bf2-82f6-29cb5ed54940", "Inputs": [ { - "Id": "f532c081-c00f-44a2-b028-3a55aedec72c", + "Id": "1202a729-f75b-4e46-ac44-d9be92decdd0", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -52,7 +52,7 @@ ], "Outputs": [ { - "Id": "a19ca8ea-298d-43e4-83a9-09559be1b705", + "Id": "44d8029b-2f4c-4aeb-8b21-2c21c3cbdcde", "Name": "string", "Description": "string", "Level": 2, @@ -69,7 +69,7 @@ "Id": "3066a7d4-7762-4861-8695-a9238fbf4cf3", "Inputs": [ { - "Id": "0d0e4c1d-bd6b-419f-8b05-26b56768340b", + "Id": "7f1d2078-1706-4bab-bf21-d80a868ee722", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -79,7 +79,7 @@ ], "Outputs": [ { - "Id": "1429f45e-53c4-4359-a145-2874e78d2d76", + "Id": "437f5705-53e8-47ab-922a-bf516f54542f", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -93,11 +93,11 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.ByUrl@string", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", "Id": "757e2c71-4c3d-47fd-8c33-25cdb4dcf3b7", "Inputs": [ { - "Id": "de2abed0-88d2-42f0-96b5-1679bb6d4554", + "Id": "706e2547-4cf3-4569-a684-90f16a8ec6a4", "Name": "url", "Description": "The URL to send the request to.\n\nstring", "Level": 2, @@ -107,7 +107,7 @@ ], "Outputs": [ { - "Id": "5ecd8c28-38d5-4284-88f6-9cc8a1c1252e", + "Id": "2ffe0acf-5b20-4205-b715-37d3e65b0d7c", "Name": "WebRequest", "Description": "The request object, ready for execution.", "Level": 2, @@ -126,7 +126,7 @@ "Inputs": [], "Outputs": [ { - "Id": "5750e5b1-9ea7-4e17-a47a-c626a72e04fc", + "Id": "068369a2-c88f-4c51-aee2-70bcf82ffbdd", "Name": "", "Description": "String", "Level": 2, @@ -140,13 +140,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Content", + "FunctionSignature": "DynaWeb.WebResponse.Content", "Id": "2f50731e-2595-4f0a-b8cd-a737e2df5b8f", "Inputs": [ { - "Id": "efecdc2b-bbf4-403a-8ac4-d16620927c4d", + "Id": "f10e44cc-250e-4996-943d-dc00d2624846", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -154,7 +154,7 @@ ], "Outputs": [ { - "Id": "307f5fdb-a37a-45a5-9d28-28dfbedd2c20", + "Id": "cf236c85-0e36-4bdb-b43f-2e2fc020d54f", "Name": "string", "Description": "string", "Level": 2, @@ -171,7 +171,7 @@ "Id": "d186a81c-fba2-478e-a986-02de30b474b9", "Inputs": [ { - "Id": "5d7c6717-3ce6-4b2e-bcd8-0753ccc43240", + "Id": "2af23e4c-d4db-468f-83f0-6746d5d6d28b", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -181,7 +181,7 @@ ], "Outputs": [ { - "Id": "cc00c68f-ae9d-4014-aae4-d31ccaceb01c", + "Id": "5b3a8a9e-54b1-4676-a642-27517cf38d5c", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -195,13 +195,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.StatusCode", + "FunctionSignature": "DynaWeb.WebResponse.StatusCode", "Id": "047a000a-55d6-4c72-a5cf-088b44b89277", "Inputs": [ { - "Id": "084bcce6-915f-4d88-9e18-4a7d5f498071", + "Id": "6d63537a-ba97-42ad-9389-7e4e8cdbdebf", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -209,7 +209,7 @@ ], "Outputs": [ { - "Id": "7b96f2c8-29ef-416a-bdf6-99ee6bc38fe0", + "Id": "d425fee0-4415-4637-bdf0-2bdd55ddb225", "Name": "string", "Description": "string", "Level": 2, @@ -223,13 +223,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.StatusDescription", + "FunctionSignature": "DynaWeb.WebResponse.StatusDescription", "Id": "9dfba290-ba85-486b-8d93-933a1ad23f4b", "Inputs": [ { - "Id": "6f2f6b98-e705-4a2c-9522-4cffcff86fec", + "Id": "04ae1e02-23f0-488e-9806-1dc48689011f", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -237,7 +237,7 @@ ], "Outputs": [ { - "Id": "17da0725-f06a-4a44-9576-c0faeb69b1c3", + "Id": "31169abc-1653-47c0-88e3-c0b1f0fcf8c2", "Name": "string", "Description": "string", "Level": 2, @@ -251,13 +251,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.ResponseUri", + "FunctionSignature": "DynaWeb.WebResponse.ResponseUri", "Id": "aa6fe1c1-f6e0-478d-a2f6-d8abc6b7701f", "Inputs": [ { - "Id": "1645c5ab-f65e-4868-8e66-37b554ff5976", + "Id": "9b28fb1c-92bb-4efd-9d5a-577a5cd5f819", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -265,7 +265,7 @@ ], "Outputs": [ { - "Id": "80e4d2dc-93d0-4767-9dcd-4d2bde9477f2", + "Id": "98a64bec-dec0-4a41-a1ba-eb460b1ba936", "Name": "var", "Description": "var", "Level": 2, @@ -279,13 +279,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Server", + "FunctionSignature": "DynaWeb.WebResponse.Server", "Id": "4256c81c-a4b1-485a-9b8c-1607534e1854", "Inputs": [ { - "Id": "6d9d6bbe-6493-46d3-a232-e9697a3aa82f", + "Id": "8be36f70-af4c-4bea-98df-a1d3dcb4c656", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -293,7 +293,7 @@ ], "Outputs": [ { - "Id": "821cfdbb-8059-46b2-85d4-6662c7febbf4", + "Id": "18d87e19-d0b8-498d-9a1c-ce19225d7fe3", "Name": "string", "Description": "string", "Level": 2, @@ -307,13 +307,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Headers", + "FunctionSignature": "DynaWeb.WebResponse.Headers", "Id": "a5c74889-adcc-43f4-a5d7-cc2f2801ce1c", "Inputs": [ { - "Id": "e772b3d4-afe9-4935-aacc-ba6fb3057c0b", + "Id": "9a8f2cfb-95e0-4cd3-9434-be414bddbd76", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -321,7 +321,7 @@ ], "Outputs": [ { - "Id": "0a1eb9d8-800a-4fe1-b538-9c8d60d210fa", + "Id": "887caacf-99c3-477c-aa38-510aebdb1a9c", "Name": "string[][]", "Description": "string[][]", "Level": 2, @@ -335,13 +335,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Cookies", + "FunctionSignature": "DynaWeb.WebResponse.Cookies", "Id": "400034ec-5e3b-4b4d-930f-cf8c07e0b39a", "Inputs": [ { - "Id": "9a461fc4-9b2a-4511-868b-550244f06092", + "Id": "3438fa4d-91d3-4f56-b5ee-7b0131415d8d", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -349,7 +349,7 @@ ], "Outputs": [ { - "Id": "81134e45-c1bd-414e-a16f-c9531ec8c68c", + "Id": "80692a04-0b1a-4c5f-91e6-10a7683bd788", "Name": "string[][]", "Description": "string[][]", "Level": 2, @@ -363,13 +363,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.ResponseStatus", + "FunctionSignature": "DynaWeb.WebResponse.ResponseStatus", "Id": "cec0e4a2-ce30-40ad-a119-ee3f23c691d5", "Inputs": [ { - "Id": "e2c9ebd5-441f-4af2-9895-90bbb1b33248", + "Id": "1d1cf275-5662-4060-8de9-4aadef9fecba", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -377,7 +377,7 @@ ], "Outputs": [ { - "Id": "2a93a533-0977-4fec-9173-2fc430d25c49", + "Id": "71a3bfde-d179-41a7-8dbf-79fceeb7690c", "Name": "string", "Description": "string", "Level": 2, @@ -394,7 +394,7 @@ "Id": "4f37d3e9-7a4a-4198-a776-1c0228847271", "Inputs": [ { - "Id": "f5b295d7-7be7-4288-9dae-769ed0e92a45", + "Id": "53542c1f-96e2-4069-8ad8-187bd93e723e", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -404,7 +404,7 @@ ], "Outputs": [ { - "Id": "cd61c35a-0600-483e-ade1-0e91562271b1", + "Id": "e611210c-7454-4dfd-96fe-d5f6ce8ff7d1", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -418,19 +418,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.SetMethod@string", + "FunctionSignature": "DynaWeb.WebRequest.SetMethod@string", "Id": "e00b06ad-f349-4ceb-91c2-bc94442cf94f", "Inputs": [ { - "Id": "afb1b993-c163-457c-8894-2500d2411779", + "Id": "46cb976e-1029-4f16-934f-7ce1949039e6", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "59438058-fcc0-480e-a58b-8f365d262b00", + "Id": "c386a76d-f021-4635-9eb0-6e6d085e4aef", "Name": "method", "Description": "The string that represents the http method.\n\nstring", "Level": 2, @@ -440,7 +440,7 @@ ], "Outputs": [ { - "Id": "ef82fdc4-4dac-4c39-ba3c-7454cfdf9e5c", + "Id": "bf4d20bf-5f74-408f-b421-8083cbbb02bb", "Name": "var", "Description": "The WebRequest updated with set method if input was valid, the unchanged WebRequest otherwise.", "Level": 2, @@ -459,7 +459,7 @@ "Inputs": [], "Outputs": [ { - "Id": "e2e730ce-fd56-4dac-b1cf-7439880f6996", + "Id": "8af9acc4-7a52-429b-affd-861514fa0a0e", "Name": "", "Description": "String", "Level": 2, @@ -473,19 +473,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddHeader@string,string", + "FunctionSignature": "DynaWeb.WebRequest.AddHeader@string,string", "Id": "70d465ee-03d5-4b7e-9c7f-4db9ad0eb3b5", "Inputs": [ { - "Id": "f02178e0-cef5-43e0-aa6c-e1a646ebe430", + "Id": "10f33122-cb7b-4e64-9910-c6f1f6b80b04", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "aa5f24ba-67e0-4b23-b6b5-f6e6d3db3912", + "Id": "6cf82580-5550-45f1-af26-c6cc850dc763", "Name": "name", "Description": "Name of the header to add\n\nstring", "Level": 2, @@ -493,7 +493,7 @@ "KeepListStructure": false }, { - "Id": "99d102ee-ec8e-4010-a355-c339d0110613", + "Id": "bc5c38b3-7049-4920-8696-fa586de8a4d7", "Name": "value", "Description": "Value of the header to add\n\nstring", "Level": 2, @@ -503,7 +503,7 @@ ], "Outputs": [ { - "Id": "81100ec8-2e25-4f36-b9fd-990c840fed70", + "Id": "75d6c5aa-454f-491d-8a68-4d0e35ceacbf", "Name": "var", "Description": "var", "Level": 2, @@ -522,7 +522,7 @@ "Inputs": [], "Outputs": [ { - "Id": "1ad67b9a-0c2e-44c9-bf1e-ec8b6ad9c6c8", + "Id": "6a9900e4-d7c8-423d-87e2-addae6fe178e", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -530,7 +530,7 @@ "KeepListStructure": false }, { - "Id": "d035ba8e-1ae6-4d58-9067-48d0dbebc902", + "Id": "1e3936f8-e468-49fc-a572-631fa3ac6710", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_1", "Level": 2, @@ -544,19 +544,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddCookie@string,string", + "FunctionSignature": "DynaWeb.WebRequest.AddCookie@string,string", "Id": "635d48b0-9165-4cb6-97dc-73fd4b294927", "Inputs": [ { - "Id": "e08c5238-3c11-4508-8f6f-4e0668b96511", + "Id": "f1a300cf-a3e9-4d42-9d65-e1dbbc0d0af9", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "96732c1e-adb0-4426-8dde-f76224640353", + "Id": "681c32d9-f52c-46f8-b860-94d9b41ed2c6", "Name": "name", "Description": "Name of the cookie to add\n\nstring", "Level": 2, @@ -564,7 +564,7 @@ "KeepListStructure": false }, { - "Id": "701da7ae-4816-438b-b449-0a2015e3c0a8", + "Id": "beea300b-3931-4bfe-89d3-a0ad388b7ec8", "Name": "value", "Description": "Value of the cookie to add\n\nstring", "Level": 2, @@ -574,7 +574,7 @@ ], "Outputs": [ { - "Id": "f2baaa4f-9325-498a-a1af-34e8dd7a1fee", + "Id": "2c95f76c-290d-4c5c-8601-81c1f73d349c", "Name": "var", "Description": "var", "Level": 2, @@ -593,7 +593,7 @@ "Inputs": [], "Outputs": [ { - "Id": "2bc17521-7d09-4f58-9aed-1f2def979ef6", + "Id": "9f8012fa-9688-4825-8525-1b367419b3dc", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -601,7 +601,7 @@ "KeepListStructure": false }, { - "Id": "66bf0a1d-971e-4235-83b6-a9486148f08b", + "Id": "c2033583-aeab-4a09-86ea-0ed3803bc697", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_1", "Level": 2, @@ -620,7 +620,7 @@ "Inputs": [], "Outputs": [ { - "Id": "2487930c-969b-4f79-9d08-65d3f9d51878", + "Id": "25bcea51-f875-4743-959e-10f5baf97d50", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", "Level": 2, @@ -628,7 +628,7 @@ "KeepListStructure": false }, { - "Id": "77bf6d2e-7d86-473a-b6e2-392eab078331", + "Id": "1a5f50d6-d97f-417b-8670-0e79a0916990", "Name": "", "Description": "t6BBA4B28C5E54CF89F300D510499A00E_1", "Level": 2, @@ -642,19 +642,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddQueryParameter@string,string", + "FunctionSignature": "DynaWeb.WebRequest.AddQueryParameter@string,string", "Id": "3174d45b-8a92-4463-8bee-991c113e1e3c", "Inputs": [ { - "Id": "10dc7ad4-df32-4494-ac47-5a96bf0a22e1", + "Id": "18db460d-1abb-49a6-ad4e-dca46ec0a7f6", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "1264cf75-4185-4b6b-893a-b9d83238bda4", + "Id": "356b9722-f0a6-4bdc-ae10-201bd6e8edd5", "Name": "name", "Description": "Name of the parameter to add\n\nstring", "Level": 2, @@ -662,7 +662,7 @@ "KeepListStructure": false }, { - "Id": "baf8797f-c1ec-4ac0-92a1-a09338dfa9ae", + "Id": "fa35522a-163e-43b3-ad35-cbd53e5e0480", "Name": "value", "Description": "Value of the parameter to add\n\nstring", "Level": 2, @@ -672,7 +672,7 @@ ], "Outputs": [ { - "Id": "02ff3cc2-e461-4667-846f-8fe5edfe201d", + "Id": "edfe93aa-e213-4c6c-9a95-c586f72b7f48", "Name": "var", "Description": "var", "Level": 2, @@ -686,19 +686,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddParameter@string,var,string", + "FunctionSignature": "DynaWeb.WebRequest.AddParameter@string,var,string", "Id": "47e9164f-f81b-49ae-8187-9f1b52157918", "Inputs": [ { - "Id": "a843f236-7a32-424f-8ae9-52b256b310e1", + "Id": "36241df9-d74e-4421-8fb4-b7f8946cec58", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "221a553f-28c5-4a7d-9cee-72d2d0227380", + "Id": "3855f2f6-6026-46d4-8ae6-9878d913b8f3", "Name": "name", "Description": "The name of the parameter to add.\n\nstring", "Level": 2, @@ -706,7 +706,7 @@ "KeepListStructure": false }, { - "Id": "8ce7d3dd-55bb-4ab6-a44d-dadfadcc00a0", + "Id": "36700867-9414-4ef8-b3ef-a033083bef83", "Name": "value", "Description": "The value of the parameter to add.\n\nvar", "Level": 2, @@ -714,7 +714,7 @@ "KeepListStructure": false }, { - "Id": "01bdd4bc-8be9-4877-a89d-48bf647151bd", + "Id": "8088b0b5-4776-4176-991b-2fa1a8ca2ed3", "Name": "parameterType", "Description": "The type of the parameter to add. Valid inputs: Cookie, GetOrPost, HttpHeader, QueryString, RequestBody, UrlSegment\n\nstring", "Level": 2, @@ -724,7 +724,7 @@ ], "Outputs": [ { - "Id": "6e4bb8b8-3c8f-4c73-abba-4847e18a0bd4", + "Id": "e551d87b-ab15-46c9-b07a-ef20b0f24f05", "Name": "var", "Description": "The request with the added parameter.", "Level": 2, @@ -738,13 +738,13 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebResponse.Time", + "FunctionSignature": "DynaWeb.WebResponse.Time", "Id": "c8b6352d-9f83-470f-a21a-af86fef674c0", "Inputs": [ { - "Id": "018a434c-3669-4372-89fd-66f7d7a1abfb", + "Id": "21fe0ccc-e3d3-4d7e-80bf-31f1c9433cfe", "Name": "webResponse", - "Description": "DSCore.Web.WebResponse", + "Description": "DynaWeb.WebResponse", "Level": 2, "UseLevels": false, "KeepListStructure": false @@ -752,7 +752,7 @@ ], "Outputs": [ { - "Id": "ca4d4e73-47fa-43b7-894e-1a9e2c0df703", + "Id": "d9102def-49d3-46c6-8d51-3d50d583f1dd", "Name": "var", "Description": "var", "Level": 2, @@ -766,19 +766,19 @@ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", "NodeType": "FunctionNode", - "FunctionSignature": "DSCore.Web.WebRequest.AddHeader@string,string", + "FunctionSignature": "DynaWeb.WebRequest.AddHeader@string,string", "Id": "ebea2b6e-3ea9-4da1-a2cb-fe6d4f9bccdc", "Inputs": [ { - "Id": "07b44644-3dc8-4219-a9c8-162c8ead35c0", + "Id": "347a2821-f3f3-4dcd-a302-76d7e4a35903", "Name": "webRequest", - "Description": "DSCore.Web.WebRequest", + "Description": "DynaWeb.WebRequest", "Level": 2, "UseLevels": false, "KeepListStructure": false }, { - "Id": "4b11c1ab-b78f-4230-a0bb-725e1869777f", + "Id": "01c50de6-fa6b-4a6c-8214-a6eeafc2f85a", "Name": "name", "Description": "Name of the header to add\n\nstring", "Level": 2, @@ -786,7 +786,7 @@ "KeepListStructure": false }, { - "Id": "bd561891-9a92-4936-9637-aae02aa31048", + "Id": "35da7b08-8135-4920-9cf5-0de13904167c", "Name": "value", "Description": "Value of the header to add\n\nstring", "Level": 2, @@ -796,7 +796,7 @@ ], "Outputs": [ { - "Id": "b9bca4d9-c7a3-489e-9c04-8aa3860b9bf1", + "Id": "9e21dba1-0a80-4489-9dbf-082da31e47f6", "Name": "var", "Description": "var", "Level": 2, @@ -815,7 +815,7 @@ "Inputs": [], "Outputs": [ { - "Id": "e211328a-8f43-459d-89de-3586f91df98a", + "Id": "dab4cbc3-04e7-4c8c-969e-c51dc7717ea2", "Name": "", "Description": "String", "Level": 2, @@ -834,7 +834,7 @@ "Inputs": [], "Outputs": [ { - "Id": "423fe86f-8c97-4fdc-8eca-46e6b8f014ce", + "Id": "72f7dff9-d2d0-438c-bb80-1b452448dcb0", "Name": "", "Description": "String", "Level": 2, @@ -853,7 +853,7 @@ "Inputs": [], "Outputs": [ { - "Id": "7504e236-9e40-4045-a04c-086e06a39165", + "Id": "cab01993-5529-41fe-8c98-62b8808d247d", "Name": "", "Description": "String", "Level": 2, @@ -872,7 +872,7 @@ "Inputs": [], "Outputs": [ { - "Id": "a02f3185-c96f-4931-8ae7-9c1029a7fed1", + "Id": "ed7c720b-6a2c-42f4-a6bc-4ba0c70e5362", "Name": "", "Description": "String", "Level": 2, @@ -889,7 +889,7 @@ "Id": "c61387e7-1d85-4db5-af56-117b6006651c", "Inputs": [ { - "Id": "bc44b0d2-961a-4326-9f75-062e4ef71742", + "Id": "cb4704f3-9868-4c58-96fe-4a2bfd34933b", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -899,7 +899,7 @@ ], "Outputs": [ { - "Id": "65d6265b-6902-4571-bbe0-ed93b2200e80", + "Id": "7a668a98-608e-485e-af2c-48b3273d2da0", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -916,7 +916,7 @@ "Id": "b9cecfd1-481e-42b6-a3cb-2aeb3c5f74e9", "Inputs": [ { - "Id": "f52b6156-e38c-4a02-b56c-82dd9ed08d97", + "Id": "229df018-7bbb-471c-942d-dac1a864bdd1", "Name": "", "Description": "Node to evaluate.", "Level": 2, @@ -926,7 +926,7 @@ ], "Outputs": [ { - "Id": "1e9bdf5d-e8ff-4b8a-9ed9-2b8045716ee3", + "Id": "2aada86b-39a3-447a-902b-86b5446554d5", "Name": "", "Description": "Watch contents.", "Level": 2, @@ -945,7 +945,7 @@ "Inputs": [], "Outputs": [ { - "Id": "0d46d176-a0f7-4d52-8282-d9fec26da743", + "Id": "e6cab058-2d7a-4d08-bf32-e2f47ee4e747", "Name": "", "Description": "String", "Level": 2, @@ -959,179 +959,179 @@ ], "Connectors": [ { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "f532c081-c00f-44a2-b028-3a55aedec72c", - "Id": "7563a035-09d1-4879-a0f2-00c354908220" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "1202a729-f75b-4e46-ac44-d9be92decdd0", + "Id": "a9e52c1a-caac-49ea-ad79-ac8d694f02b7" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "efecdc2b-bbf4-403a-8ac4-d16620927c4d", - "Id": "b24745e3-3d14-4176-95eb-d61c33ea22ee" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "f10e44cc-250e-4996-943d-dc00d2624846", + "Id": "9dd078f5-4bb8-4c92-aa91-794cfc0784c9" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "e2c9ebd5-441f-4af2-9895-90bbb1b33248", - "Id": "e71fffcf-9cca-46cc-9cb9-33f1be1ff980" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "1d1cf275-5662-4060-8de9-4aadef9fecba", + "Id": "6cf2ee10-fde5-43b5-a45a-4c02ebb43e6b" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "084bcce6-915f-4d88-9e18-4a7d5f498071", - "Id": "33de62ed-2fe5-4d5d-ae29-79899f219827" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "6d63537a-ba97-42ad-9389-7e4e8cdbdebf", + "Id": "31cbebea-ea9a-471b-8957-7277a67b7dee" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "6f2f6b98-e705-4a2c-9522-4cffcff86fec", - "Id": "48cd9f9e-659e-4afd-ba2c-898938ba6430" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "04ae1e02-23f0-488e-9806-1dc48689011f", + "Id": "4c1fdb95-104b-46ea-8efc-6baee0947188" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "1645c5ab-f65e-4868-8e66-37b554ff5976", - "Id": "b48f3f27-6e86-4ab4-a7d1-38b1ce0a3ab2" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "9b28fb1c-92bb-4efd-9d5a-577a5cd5f819", + "Id": "82a9da08-0a29-4e90-9909-517be25f2fa6" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "6d9d6bbe-6493-46d3-a232-e9697a3aa82f", - "Id": "4263c3ab-5a44-40f2-999d-0916885b1f60" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "8be36f70-af4c-4bea-98df-a1d3dcb4c656", + "Id": "a22d51c9-ace5-4a46-865e-93aec4738d46" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "e772b3d4-afe9-4935-aacc-ba6fb3057c0b", - "Id": "1a13643b-6faf-4285-bbfc-bab14b71c449" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "9a8f2cfb-95e0-4cd3-9434-be414bddbd76", + "Id": "2052a150-3656-44f2-9713-6462c5c5fe0f" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "9a461fc4-9b2a-4511-868b-550244f06092", - "Id": "9f49c65f-1573-4b3e-bb93-d0c3001b4ef0" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "3438fa4d-91d3-4f56-b5ee-7b0131415d8d", + "Id": "be154346-81d3-45d7-8624-8f6bb4265231" }, { - "Start": "019a63f6-7018-4361-b8e4-2e77fae16477", - "End": "018a434c-3669-4372-89fd-66f7d7a1abfb", - "Id": "73032e52-a9aa-48a4-91d2-61b800b949e4" + "Start": "1559083e-ec0b-479e-a1d6-a3c4d340419e", + "End": "21fe0ccc-e3d3-4d7e-80bf-31f1c9433cfe", + "Id": "2da09082-d042-4ed0-a065-a9cf7db54f3c" }, { - "Start": "a19ca8ea-298d-43e4-83a9-09559be1b705", - "End": "0d0e4c1d-bd6b-419f-8b05-26b56768340b", - "Id": "b61f6057-560c-489e-926b-f51a6f939d05" + "Start": "44d8029b-2f4c-4aeb-8b21-2c21c3cbdcde", + "End": "7f1d2078-1706-4bab-bf21-d80a868ee722", + "Id": "e9413bff-0828-4c50-9d47-a15b7a3faa95" }, { - "Start": "5ecd8c28-38d5-4284-88f6-9cc8a1c1252e", - "End": "afb1b993-c163-457c-8894-2500d2411779", - "Id": "31749ce4-5af1-4d2a-9f84-a700f1512cee" + "Start": "2ffe0acf-5b20-4205-b715-37d3e65b0d7c", + "End": "46cb976e-1029-4f16-934f-7ce1949039e6", + "Id": "9e8710cd-ba90-4dfd-82d2-e05d3a9ede68" }, { - "Start": "5750e5b1-9ea7-4e17-a47a-c626a72e04fc", - "End": "de2abed0-88d2-42f0-96b5-1679bb6d4554", - "Id": "787e95d8-8fc5-453e-98cb-5a3bcb2e4415" + "Start": "068369a2-c88f-4c51-aee2-70bcf82ffbdd", + "End": "706e2547-4cf3-4569-a684-90f16a8ec6a4", + "Id": "d7672e6b-0f9d-424f-a7ac-6ab6db167d3c" }, { - "Start": "307f5fdb-a37a-45a5-9d28-28dfbedd2c20", - "End": "5d7c6717-3ce6-4b2e-bcd8-0753ccc43240", - "Id": "7ca2d2f9-75f8-49a3-8368-180fc02e1706" + "Start": "cf236c85-0e36-4bdb-b43f-2e2fc020d54f", + "End": "2af23e4c-d4db-468f-83f0-6746d5d6d28b", + "Id": "722b0aab-8820-4fd0-9bf6-8260c0f3f885" }, { - "Start": "0a1eb9d8-800a-4fe1-b538-9c8d60d210fa", - "End": "f5b295d7-7be7-4288-9dae-769ed0e92a45", - "Id": "22e1ce28-582c-4c48-91de-5cc04481f0e2" + "Start": "887caacf-99c3-477c-aa38-510aebdb1a9c", + "End": "53542c1f-96e2-4069-8ad8-187bd93e723e", + "Id": "7f8692f3-39ef-406a-8b8b-6d008b4534ff" }, { - "Start": "81134e45-c1bd-414e-a16f-c9531ec8c68c", - "End": "bc44b0d2-961a-4326-9f75-062e4ef71742", - "Id": "38e66028-035e-4c14-9f5a-589c1ad64072" + "Start": "80692a04-0b1a-4c5f-91e6-10a7683bd788", + "End": "cb4704f3-9868-4c58-96fe-4a2bfd34933b", + "Id": "c9e82b75-0013-4856-911c-c7bfef5b3d0e" }, { - "Start": "ef82fdc4-4dac-4c39-ba3c-7454cfdf9e5c", - "End": "f02178e0-cef5-43e0-aa6c-e1a646ebe430", - "Id": "89b72f38-2683-446e-84f7-06c8241772fc" + "Start": "bf4d20bf-5f74-408f-b421-8083cbbb02bb", + "End": "10f33122-cb7b-4e64-9910-c6f1f6b80b04", + "Id": "51ea0a50-c48b-4ca6-b832-e5e4a5389930" }, { - "Start": "e2e730ce-fd56-4dac-b1cf-7439880f6996", - "End": "59438058-fcc0-480e-a58b-8f365d262b00", - "Id": "df8611a4-0583-4bc3-a63e-33a359bbd75b" + "Start": "8af9acc4-7a52-429b-affd-861514fa0a0e", + "End": "c386a76d-f021-4635-9eb0-6e6d085e4aef", + "Id": "36c2f49d-d746-4359-8d0c-48647cd70172" }, { - "Start": "81100ec8-2e25-4f36-b9fd-990c840fed70", - "End": "e08c5238-3c11-4508-8f6f-4e0668b96511", - "Id": "deadc6ca-07bc-4347-a4a3-5251eb90bc46" + "Start": "75d6c5aa-454f-491d-8a68-4d0e35ceacbf", + "End": "f1a300cf-a3e9-4d42-9d65-e1dbbc0d0af9", + "Id": "0ba4a050-1065-4aad-b68c-4b272d65343c" }, { - "Start": "1ad67b9a-0c2e-44c9-bf1e-ec8b6ad9c6c8", - "End": "aa5f24ba-67e0-4b23-b6b5-f6e6d3db3912", - "Id": "95315798-cb76-449f-ac99-080256aab08e" + "Start": "6a9900e4-d7c8-423d-87e2-addae6fe178e", + "End": "6cf82580-5550-45f1-af26-c6cc850dc763", + "Id": "1f6f9df1-59ed-4528-a371-2cb29c4c9941" }, { - "Start": "d035ba8e-1ae6-4d58-9067-48d0dbebc902", - "End": "99d102ee-ec8e-4010-a355-c339d0110613", - "Id": "0fde878e-5d59-4a95-9872-3e71fca32504" + "Start": "1e3936f8-e468-49fc-a572-631fa3ac6710", + "End": "bc5c38b3-7049-4920-8696-fa586de8a4d7", + "Id": "399a4477-ebd0-4fa5-9913-25f7c22485e9" }, { - "Start": "f2baaa4f-9325-498a-a1af-34e8dd7a1fee", - "End": "10dc7ad4-df32-4494-ac47-5a96bf0a22e1", - "Id": "2e1cbf07-894e-42e8-b260-752ce1710660" + "Start": "2c95f76c-290d-4c5c-8601-81c1f73d349c", + "End": "18db460d-1abb-49a6-ad4e-dca46ec0a7f6", + "Id": "39c21654-a44c-4795-8558-1b5942f5ee7e" }, { - "Start": "2bc17521-7d09-4f58-9aed-1f2def979ef6", - "End": "96732c1e-adb0-4426-8dde-f76224640353", - "Id": "e4aa4495-41ba-4c7c-9f0c-ce3a3f1c102e" + "Start": "9f8012fa-9688-4825-8525-1b367419b3dc", + "End": "681c32d9-f52c-46f8-b860-94d9b41ed2c6", + "Id": "127ca54a-e130-4476-b5cb-18fa6dad637a" }, { - "Start": "66bf0a1d-971e-4235-83b6-a9486148f08b", - "End": "701da7ae-4816-438b-b449-0a2015e3c0a8", - "Id": "c9d62194-8cd9-43eb-82bb-65757e9ade5d" + "Start": "c2033583-aeab-4a09-86ea-0ed3803bc697", + "End": "beea300b-3931-4bfe-89d3-a0ad388b7ec8", + "Id": "37fb13ba-0ead-4683-a1cc-e8e816505d20" }, { - "Start": "2487930c-969b-4f79-9d08-65d3f9d51878", - "End": "1264cf75-4185-4b6b-893a-b9d83238bda4", - "Id": "0ce670b0-541b-44b5-80a6-3ef121854944" + "Start": "25bcea51-f875-4743-959e-10f5baf97d50", + "End": "356b9722-f0a6-4bdc-ae10-201bd6e8edd5", + "Id": "64ff0b6e-882a-4b12-a273-f1f37c012f5e" }, { - "Start": "77bf6d2e-7d86-473a-b6e2-392eab078331", - "End": "baf8797f-c1ec-4ac0-92a1-a09338dfa9ae", - "Id": "f186d0be-d03c-41f9-b256-2541cc9b9c5a" + "Start": "1a5f50d6-d97f-417b-8670-0e79a0916990", + "End": "fa35522a-163e-43b3-ad35-cbd53e5e0480", + "Id": "a17bceaa-089e-472d-877d-c54d83aadd1e" }, { - "Start": "02ff3cc2-e461-4667-846f-8fe5edfe201d", - "End": "a843f236-7a32-424f-8ae9-52b256b310e1", - "Id": "89936a7c-6be5-4a61-8799-5df73b20cefd" + "Start": "edfe93aa-e213-4c6c-9a95-c586f72b7f48", + "End": "36241df9-d74e-4421-8fb4-b7f8946cec58", + "Id": "0765d4ca-0b95-47ea-b0ab-cd656da27c79" }, { - "Start": "6e4bb8b8-3c8f-4c73-abba-4847e18a0bd4", - "End": "07b44644-3dc8-4219-a9c8-162c8ead35c0", - "Id": "4a7f98da-c9cb-4714-b204-e2454df26c4a" + "Start": "e551d87b-ab15-46c9-b07a-ef20b0f24f05", + "End": "347a2821-f3f3-4dcd-a302-76d7e4a35903", + "Id": "fcf0eb08-9e04-4d8c-aada-caba3b140357" }, { - "Start": "b9bca4d9-c7a3-489e-9c04-8aa3860b9bf1", - "End": "8f168b42-deab-4b8a-ae22-f696b505dd64", - "Id": "f54bb8a5-88e8-495e-8ac5-efad2caf5521" + "Start": "9e21dba1-0a80-4489-9dbf-082da31e47f6", + "End": "be3d22da-c60a-49a0-870d-d8950d0fac0e", + "Id": "2317a31b-0b27-4c59-95f1-d98ec18ccc4f" }, { - "Start": "e211328a-8f43-459d-89de-3586f91df98a", - "End": "bd561891-9a92-4936-9637-aae02aa31048", - "Id": "2657d3ff-23c9-4b64-9a03-3b7ba3513372" + "Start": "dab4cbc3-04e7-4c8c-969e-c51dc7717ea2", + "End": "35da7b08-8135-4920-9cf5-0de13904167c", + "Id": "dac74994-2ffe-413f-9baa-e349c2df91b9" }, { - "Start": "423fe86f-8c97-4fdc-8eca-46e6b8f014ce", - "End": "4b11c1ab-b78f-4230-a0bb-725e1869777f", - "Id": "e00e03a7-b90f-43e5-97e1-c912cd5eb3c9" + "Start": "72f7dff9-d2d0-438c-bb80-1b452448dcb0", + "End": "01c50de6-fa6b-4a6c-8214-a6eeafc2f85a", + "Id": "e16d8992-813b-4cb6-9b04-d951daa1438f" }, { - "Start": "7504e236-9e40-4045-a04c-086e06a39165", - "End": "221a553f-28c5-4a7d-9cee-72d2d0227380", - "Id": "1c5b6dfa-5c93-4d8b-80b2-15f8d71bc4a0" + "Start": "cab01993-5529-41fe-8c98-62b8808d247d", + "End": "3855f2f6-6026-46d4-8ae6-9878d913b8f3", + "Id": "b2920b14-d6fc-4e0b-a2bd-96cb2fb28530" }, { - "Start": "a02f3185-c96f-4931-8ae7-9c1029a7fed1", - "End": "01bdd4bc-8be9-4877-a89d-48bf647151bd", - "Id": "ce0854fb-1bae-444b-a305-595c8f09dc12" + "Start": "ed7c720b-6a2c-42f4-a6bc-4ba0c70e5362", + "End": "8088b0b5-4776-4176-991b-2fa1a8ca2ed3", + "Id": "5d4ac88c-9e81-4589-9979-1f4f159ff17b" }, { - "Start": "1e9bdf5d-e8ff-4b8a-9ed9-2b8045716ee3", - "End": "8ce7d3dd-55bb-4ab6-a44d-dadfadcc00a0", - "Id": "e8b36f30-6a26-4954-898a-51b6ea4e376e" + "Start": "2aada86b-39a3-447a-902b-86b5446554d5", + "End": "36700867-9414-4ef8-b3ef-a033083bef83", + "Id": "3793200a-1394-4b59-9c36-cb172936a398" }, { - "Start": "0d46d176-a0f7-4d52-8282-d9fec26da743", - "End": "f52b6156-e38c-4a02-b56c-82dd9ed08d97", - "Id": "e598ace9-d4b8-4466-8f5d-6b41c2bdd4d6" + "Start": "e6cab058-2d7a-4d08-bf32-e2f47ee4e747", + "End": "229df018-7bbb-471c-942d-dac1a864bdd1", + "Id": "bffc458d-d9a6-47b6-b91a-091e3fee818c" } ], "Dependencies": [], @@ -1470,7 +1470,7 @@ ], "Left": 3899.36145552321, "Top": -94.272178623901908, - "Width": 531.13173092956958, + "Width": 553.63173092956958, "Height": 488.05985532077693, "FontSize": 30.0, "InitialTop": -48.2721786239019, @@ -1682,8 +1682,8 @@ "Background": "#FF71C6A8" } ], - "X": 4.0805521492967642, - "Y": 173.5338961097265, - "Zoom": 0.26643406292630778 + "X": 5.59021646217612, + "Y": 186.971831611129, + "Zoom": 0.250915754093028 } } \ No newline at end of file diff --git a/samples/Dynamo 2.0 - 7 - Upload file to Autodesk Forge.dyn b/samples/Dynamo 2.0 - 7 - Upload file to Autodesk Forge.dyn new file mode 100644 index 0000000..0dcfe65 --- /dev/null +++ b/samples/Dynamo 2.0 - 7 - Upload file to Autodesk Forge.dyn @@ -0,0 +1,1234 @@ +{ + "Uuid": "bbb5a553-cd7f-4c3a-ae4f-4fe23979e0f9", + "IsCustomNode": false, + "Description": "", + "Name": "Home", + "ElementResolver": { + "ResolutionMap": {} + }, + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.ByUrl@string", + "Id": "6776e092-6d6e-4c03-8c92-2247c00ca748", + "Inputs": [ + { + "Id": "5aa5f7fc-e2a2-4949-8cb9-08d4d26c1d69", + "Name": "url", + "Description": "The URL to send the request to.\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e1f3a28b-514a-4f7d-9fe7-beb1e15600bc", + "Name": "WebRequest", + "Description": "The request object, ready for execution.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Build a simple GET web request to the specified URL\n\nWebRequest.ByUrl (url: string): WebRequest" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.Execute@var", + "Id": "cbcaabcf-e307-4a57-8751-f16375001e83", + "Inputs": [ + { + "Id": "90879b88-48f4-4c25-8f63-463f886dd22c", + "Name": "request", + "Description": "The web request to execute.\n\nvar", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "27d07363-357f-437d-a156-bf2e98432d56", + "Name": "var", + "Description": "The response from the server as a WebResponse object.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Executes a WebRequest and returns the response from the server.\n\nWebRequest.Execute (request: var): var" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebResponse.StatusCode", + "Id": "efade3b7-fd67-4783-8d65-e930caca90a4", + "Inputs": [ + { + "Id": "359846c6-af7e-4f55-a78c-6f3f3994ec50", + "Name": "webResponse", + "Description": "DynaWeb.WebResponse", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e810ef52-5a84-4974-9f89-d05333be7597", + "Name": "string", + "Description": "string", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "WebResponse.StatusCode: string" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebResponse.Content", + "Id": "935883c4-8d61-48bc-8c83-93f2b1c205e8", + "Inputs": [ + { + "Id": "0dbcee07-333c-4a50-93dd-1cd04b32d9c5", + "Name": "webResponse", + "Description": "DynaWeb.WebResponse", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ba608011-d177-4afd-9b16-ba707b2afe9e", + "Name": "string", + "Description": "string", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "WebResponse.Content: string" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.SetMethod@string", + "Id": "dfee13b3-93d7-49ee-95bf-eede80122503", + "Inputs": [ + { + "Id": "9eabe11e-7630-4b03-b0ef-c0e3dc864630", + "Name": "webRequest", + "Description": "DynaWeb.WebRequest", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7026192b-485b-4dae-a540-b4d58d7fea41", + "Name": "method", + "Description": "The string that represents the http method.\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3b315025-88f4-4413-8853-d1fcde775f2d", + "Name": "var", + "Description": "The WebRequest updated with set method if input was valid, the unchanged WebRequest otherwise.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Sets the HTTP method to use for the request. Valid input : GET, DELETE, HEAD, OPTIONS, POST, PUT, MERGE Note : input is not case-sensitive.\n\nWebRequest.SetMethod (method: string): var" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "PUT", + "Id": "8e9004bb-e9c6-4e29-acd5-45c6c96cbd3c", + "Inputs": [], + "Outputs": [ + { + "Id": "da2628db-9577-48a2-9f13-b08b53f32cd7", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.AddHeader@string,string", + "Id": "5b26fbe8-0927-469a-8725-90532677fe47", + "Inputs": [ + { + "Id": "05f9c574-5511-4d4a-ab6a-54ff7cb84ecc", + "Name": "webRequest", + "Description": "DynaWeb.WebRequest", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "82c5d656-8bcb-4ef1-ae1d-491abcbb3d83", + "Name": "name", + "Description": "Name of the header to add\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ccea0c64-ae8c-4386-a67b-ab1f8de2c3c7", + "Name": "value", + "Description": "Value of the header to add\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7c1b0625-f54e-4f67-96cd-b6d9761ac8cb", + "Name": "var", + "Description": "var", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Shortcut to AddParameter(name, value, HttpHeader)\n\nWebRequest.AddHeader (name: string, value: string): var" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "Id": "71b67ff6-849d-44d1-869b-03a06d205760", + "Inputs": [], + "Outputs": [ + { + "Id": "ba2cb0d9-9b9b-41ab-9fbe-bb6c09737b46", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "Authorization", + "Id": "771fafb7-9e2e-4a11-8695-9424055f20f6", + "Inputs": [], + "Outputs": [ + { + "Id": "8ed8d71f-7dab-4596-9e9e-c742de6d01dd", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.AddHeader@string,string", + "Id": "22874eda-6cd6-4b06-96b2-4463d047bd21", + "Inputs": [ + { + "Id": "7e0bb8c1-5fe1-454b-8a47-1bdce816d83a", + "Name": "webRequest", + "Description": "DynaWeb.WebRequest", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3bebf937-87a5-473e-8125-2916f7ce1fbc", + "Name": "name", + "Description": "Name of the header to add\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "48b84cc7-7b6f-4a5e-8493-426f077dcde4", + "Name": "value", + "Description": "Value of the header to add\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7c178190-a4f0-4c7d-b97b-46d79ee00945", + "Name": "var", + "Description": "var", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Shortcut to AddParameter(name, value, HttpHeader)\n\nWebRequest.AddHeader (name: string, value: string): var" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "application/octet-stream", + "Id": "fb0a7b37-43dc-4e41-b5e2-805d597fa21a", + "Inputs": [], + "Outputs": [ + { + "Id": "75458e89-8c54-4838-8ff1-d2f806e97ad9", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "Content-Type", + "Id": "58f9b83f-58f7-4180-b875-c8e5f7e42277", + "Inputs": [], + "Outputs": [ + { + "Id": "61f984b4-1f7f-47bd-8bc8-3e6b37a23728", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "HintPath": "C:\\Users\\radug\\Desktop\\ping.txt", + "InputValue": "C:\\Users\\radug\\Desktop\\ping.txt", + "NodeType": "ExtensionNode", + "Id": "e61ec192-d6e0-4610-bf19-75ec6b0bcd61", + "Inputs": [], + "Outputs": [ + { + "Id": "9b4662ff-2764-453d-81db-8764dadc253f", + "Name": "", + "Description": "Filename", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system to get its filename" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "filename", + "Id": "0a99380f-210b-42f1-b448-6a57f477007b", + "Inputs": [], + "Outputs": [ + { + "Id": "bed2c50d-f4a0-4bc8-bfca-863b7ee63708", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.WebRequest.AddFileAsBytes@string,string,string", + "Id": "1029ea62-4657-4efa-9bae-23c05b12f986", + "Inputs": [ + { + "Id": "887f2b34-6095-4708-b80f-229c113e8b11", + "Name": "webRequest", + "Description": "DynaWeb.WebRequest", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "66c42eeb-b289-4135-be09-b295f08ebd08", + "Name": "name", + "Description": "The name of the parameter, usually the name of the file.\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "24cf44ea-2f2b-429f-871a-21dce58475ed", + "Name": "filename", + "Description": "The file name.\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6b78791-66bf-43d0-a688-7017702a15c7", + "Name": "filepath", + "Description": "The full path to the file to be uploaded.\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "adec8d82-467e-45e0-a558-6160c5236884", + "Name": "var", + "Description": "The request updated.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Adds the raw bytes of a file to the body of the request. Useful for situations when multipart data is not supported by the server.\n\nWebRequest.AddFileAsBytes (name: string, filename: string, filepath: string): var" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "https://developer.api.autodesk.com/oss/v2/buckets/", + "Id": "7e80df92-2894-495c-acda-7900c27eec0e", + "Inputs": [], + "Outputs": [ + { + "Id": "1c47b6a9-f6a2-44d5-ac21-7d140f2087f8", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "radubucket", + "Id": "2567ac0d-299a-40d0-b8d4-527eed221250", + "Inputs": [], + "Outputs": [ + { + "Id": "7bea6b3a-26e4-4f39-a7ba-a69953aad851", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "/objects/", + "Id": "3c3a9fb3-23c8-4540-9c48-7cb38c7fa0b4", + "Inputs": [], + "Outputs": [ + { + "Id": "644e4591-d0d8-468e-9506-4b51139590b1", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "NodeType": "CodeBlockNode", + "Code": "urlbase+\nbucketname+\nobject+\nfilename;", + "Id": "ec9921f4-494f-4f96-b013-eaa5099e3473", + "Inputs": [ + { + "Id": "ca05c484-73eb-4a3c-a372-5cebb915fba1", + "Name": "urlbase", + "Description": "urlbase", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fd344e8e-7549-4802-8597-788ced429ad9", + "Name": "bucketname", + "Description": "bucketname", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "b5afa16c-ac10-4c2b-b324-be4996ed8d55", + "Name": "object", + "Description": "object", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b35f2d6-640e-48e6-826b-d3f18f005b11", + "Name": "filename", + "Description": "filename", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a5a62040-c4f2-45cb-ac75-1e91c9f51c94", + "Name": "", + "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "NodeType": "StringInputNode", + "InputValue": "pingfile.txt", + "Id": "f8608d94-862a-4c6a-b574-536dde656c1d", + "Inputs": [], + "Outputs": [ + { + "Id": "557e805b-d260-40fd-89fb-6a10cd307315", + "Name": "", + "Description": "String", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "NodeType": "CodeBlockNode", + "Code": "\"Bearer \"+\ntokern;", + "Id": "13e4fde9-00b5-4b59-947e-6e956296769f", + "Inputs": [ + { + "Id": "d797f430-7492-4134-b48f-190e39d93802", + "Name": "tokern", + "Description": "tokern", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ddf1f412-8eb2-4212-9cd8-0ede6092981d", + "Name": "", + "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "NodeType": "CodeBlockNode", + "Code": "filepath;", + "Id": "d5a9d991-7754-4b8a-a643-adbcb48532f7", + "Inputs": [ + { + "Id": "d3463ff4-2b3a-4bf2-b288-3fefeadca78a", + "Name": "filepath", + "Description": "filepath", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "51dada69-32d2-476b-87b9-1f1365a1362b", + "Name": "", + "Description": "t6BBA4B28C5E54CF89F300D510499A00E_0", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "NodeType": "FunctionNode", + "FunctionSignature": "DynaWeb.Helpers.DeserialiseAsDictionary@string", + "Id": "0fcc2171-8e39-46dc-bbbf-b5347ee0179e", + "Inputs": [ + { + "Id": "ffca2169-732d-416c-b85b-521945bab361", + "Name": "json", + "Description": "The JSON string to deserialise\n\nstring", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ebd286ea-f001-4ae8-86e9-ea04b3a15db2", + "Name": "properties", + "Description": "A dictionary of the responses's JSON content.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "b8d8b088-3f02-44b1-9d4a-080c7a62a96f", + "Name": "values", + "Description": "var", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Shortest", + "Description": "Deserialises a JSON string into a dictionary of string keys and object values. Note : Does not handle deserialisation of nested objects.\n\nHelpers.DeserialiseAsDictionary (json: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "NodeType": "ExtensionNode", + "Id": "3a18f202-9843-4853-8ea9-09e66a966b1f", + "Inputs": [ + { + "Id": "2ad4d447-25ff-4736-be55-79a7c570c325", + "Name": "", + "Description": "Node to evaluate.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bfc8f514-5d03-4090-9e81-7db6095e42de", + "Name": "", + "Description": "Watch contents.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualize the output of node." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "NodeType": "ExtensionNode", + "Id": "2f313b38-3d21-4c5c-8cbe-392f68906638", + "Inputs": [ + { + "Id": "bcf46e30-8e1f-4199-b90b-39b2c71fae01", + "Name": "", + "Description": "Node to evaluate.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "cc6aa4fd-fadc-4043-82d4-b037d2de9d64", + "Name": "", + "Description": "Watch contents.", + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualize the output of node." + } + ], + "Connectors": [ + { + "Start": "e1f3a28b-514a-4f7d-9fe7-beb1e15600bc", + "End": "9eabe11e-7630-4b03-b0ef-c0e3dc864630", + "Id": "6d08c1f1-a354-4243-b382-e9b6003a36ec" + }, + { + "Start": "27d07363-357f-437d-a156-bf2e98432d56", + "End": "359846c6-af7e-4f55-a78c-6f3f3994ec50", + "Id": "fbca4bea-2861-414b-a5ef-5d79af233ade" + }, + { + "Start": "27d07363-357f-437d-a156-bf2e98432d56", + "End": "0dbcee07-333c-4a50-93dd-1cd04b32d9c5", + "Id": "ec18675d-988a-4257-b2b3-afe510846bd4" + }, + { + "Start": "ba608011-d177-4afd-9b16-ba707b2afe9e", + "End": "ffca2169-732d-416c-b85b-521945bab361", + "Id": "7461a78e-a673-499b-a1a9-9d14326feaed" + }, + { + "Start": "3b315025-88f4-4413-8853-d1fcde775f2d", + "End": "05f9c574-5511-4d4a-ab6a-54ff7cb84ecc", + "Id": "e31ba19d-6d06-4415-8b70-5052ef96de1f" + }, + { + "Start": "da2628db-9577-48a2-9f13-b08b53f32cd7", + "End": "7026192b-485b-4dae-a540-b4d58d7fea41", + "Id": "7bda8c76-6484-4444-8d67-ae43cafec515" + }, + { + "Start": "7c1b0625-f54e-4f67-96cd-b6d9761ac8cb", + "End": "7e0bb8c1-5fe1-454b-8a47-1bdce816d83a", + "Id": "b301c6cd-f953-40e9-ac65-a3ca839d0ae7" + }, + { + "Start": "ba2cb0d9-9b9b-41ab-9fbe-bb6c09737b46", + "End": "d797f430-7492-4134-b48f-190e39d93802", + "Id": "50299baf-05ab-4fb2-a40e-d032db7ed2ba" + }, + { + "Start": "8ed8d71f-7dab-4596-9e9e-c742de6d01dd", + "End": "82c5d656-8bcb-4ef1-ae1d-491abcbb3d83", + "Id": "7e6ca221-7da1-44fa-8ec1-514e95727c1d" + }, + { + "Start": "7c178190-a4f0-4c7d-b97b-46d79ee00945", + "End": "887f2b34-6095-4708-b80f-229c113e8b11", + "Id": "a0ba7543-a9c2-4c2d-bb24-d8d54eb150b6" + }, + { + "Start": "75458e89-8c54-4838-8ff1-d2f806e97ad9", + "End": "48b84cc7-7b6f-4a5e-8493-426f077dcde4", + "Id": "8fe0f9e6-a87a-4d84-b888-10f1cc8a94dd" + }, + { + "Start": "61f984b4-1f7f-47bd-8bc8-3e6b37a23728", + "End": "3bebf937-87a5-473e-8125-2916f7ce1fbc", + "Id": "d7c72293-037a-424e-87bb-36dabcce1112" + }, + { + "Start": "9b4662ff-2764-453d-81db-8764dadc253f", + "End": "d3463ff4-2b3a-4bf2-b288-3fefeadca78a", + "Id": "aa7e4843-e136-450f-9921-1c08f2a251bf" + }, + { + "Start": "bed2c50d-f4a0-4bc8-bfca-863b7ee63708", + "End": "66c42eeb-b289-4135-be09-b295f08ebd08", + "Id": "dd3f3867-7631-4582-8380-da76e84ea66b" + }, + { + "Start": "bed2c50d-f4a0-4bc8-bfca-863b7ee63708", + "End": "24cf44ea-2f2b-429f-871a-21dce58475ed", + "Id": "e82b226a-2d6d-488f-9b5c-f51d9aeb69ca" + }, + { + "Start": "adec8d82-467e-45e0-a558-6160c5236884", + "End": "90879b88-48f4-4c25-8f63-463f886dd22c", + "Id": "6a3cde0d-2576-49d6-bb8e-0ec4e3fe0a86" + }, + { + "Start": "1c47b6a9-f6a2-44d5-ac21-7d140f2087f8", + "End": "ca05c484-73eb-4a3c-a372-5cebb915fba1", + "Id": "f7bcc3f9-10fc-4621-8e0f-6f641ad5e73b" + }, + { + "Start": "7bea6b3a-26e4-4f39-a7ba-a69953aad851", + "End": "fd344e8e-7549-4802-8597-788ced429ad9", + "Id": "62306fa7-7947-4c2f-8eb9-fb21e55b0a72" + }, + { + "Start": "644e4591-d0d8-468e-9506-4b51139590b1", + "End": "b5afa16c-ac10-4c2b-b324-be4996ed8d55", + "Id": "58395012-9856-458a-84f7-5f72f6d2f561" + }, + { + "Start": "a5a62040-c4f2-45cb-ac75-1e91c9f51c94", + "End": "5aa5f7fc-e2a2-4949-8cb9-08d4d26c1d69", + "Id": "98e0bddf-6987-4de3-bc95-ddbfb86a0996" + }, + { + "Start": "557e805b-d260-40fd-89fb-6a10cd307315", + "End": "7b35f2d6-640e-48e6-826b-d3f18f005b11", + "Id": "f4c1b064-4ff7-4dc1-9d89-9691499a3d17" + }, + { + "Start": "ddf1f412-8eb2-4212-9cd8-0ede6092981d", + "End": "ccea0c64-ae8c-4386-a67b-ab1f8de2c3c7", + "Id": "9a9da845-422e-4bb7-a664-d5ae3b0ad76f" + }, + { + "Start": "51dada69-32d2-476b-87b9-1f1365a1362b", + "End": "f6b78791-66bf-43d0-a688-7017702a15c7", + "Id": "7197303d-07aa-4de4-a1bc-2cc994ce6948" + }, + { + "Start": "ebd286ea-f001-4ae8-86e9-ea04b3a15db2", + "End": "2ad4d447-25ff-4736-be55-79a7c570c325", + "Id": "cd5e7e09-92f7-43bb-91f8-21a03d4d6a4f" + }, + { + "Start": "b8d8b088-3f02-44b1-9d4a-080c7a62a96f", + "End": "bcf46e30-8e1f-4199-b90b-39b2c71fae01", + "Id": "fecebeba-b55c-4350-9b60-c3771f14c3a1" + } + ], + "Dependencies": [], + "Bindings": [], + "View": { + "Cameras": { + "EyePosition": "-17,24,50", + "UpDirection": "0,1,0", + "LookDirection": "12,-13,-58", + "Name": "Background Preview" + }, + "NodeViews": [ + { + "ShowGeometry": true, + "Name": "WebRequest.ByUrl", + "Id": "6776e092-6d6e-4c03-8c92-2247c00ca748", + "IsUpstreamVisible": true, + "X": -1614.33663988464, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "WebRequest.Execute", + "Id": "cbcaabcf-e307-4a57-8751-f16375001e83", + "IsUpstreamVisible": true, + "X": 754.578542124363, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "WebResponse.StatusCode", + "Id": "efade3b7-fd67-4783-8d65-e930caca90a4", + "IsUpstreamVisible": true, + "X": 1005.57854212436, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "WebResponse.Content", + "Id": "935883c4-8d61-48bc-8c83-93f2b1c205e8", + "IsUpstreamVisible": true, + "X": 1030.07854212436, + "Y": 481.071471468609 + }, + { + "ShowGeometry": true, + "Name": "WebRequest.SetMethod", + "Id": "dfee13b3-93d7-49ee-95bf-eede80122503", + "IsUpstreamVisible": true, + "X": -1196.11705668969, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "8e9004bb-e9c6-4e29-acd5-45c6c96cbd3c", + "IsUpstreamVisible": true, + "X": -1313.79534513076, + "Y": 414.84184134693 + }, + { + "ShowGeometry": true, + "Name": "WebRequest.AddHeader", + "Id": "5b26fbe8-0927-469a-8725-90532677fe47", + "IsUpstreamVisible": true, + "X": -635.50012484065, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "Token here (without \"Bearer\")", + "Id": "71b67ff6-849d-44d1-869b-03a06d205760", + "IsUpstreamVisible": true, + "X": -2599.45568512961, + "Y": 601.300788223032 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "771fafb7-9e2e-4a11-8695-9424055f20f6", + "IsUpstreamVisible": true, + "X": -951.735398981408, + "Y": 414.84184134693 + }, + { + "ShowGeometry": true, + "Name": "WebRequest.AddHeader", + "Id": "22874eda-6cd6-4b06-96b2-4463d047bd21", + "IsUpstreamVisible": true, + "X": -69.4269224933817, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "fb0a7b37-43dc-4e41-b5e2-805d597fa21a", + "IsUpstreamVisible": true, + "X": -374.320808686855, + "Y": 495.763016277709 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "58f9b83f-58f7-4180-b875-c8e5f7e42277", + "IsUpstreamVisible": true, + "X": -380.481852509465, + "Y": 414.84184134693 + }, + { + "ShowGeometry": true, + "Name": "File Path", + "Id": "e61ec192-d6e0-4610-bf19-75ec6b0bcd61", + "IsUpstreamVisible": true, + "X": -2599.45568512961, + "Y": 968.672502965854 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "0a99380f-210b-42f1-b448-6a57f477007b", + "IsUpstreamVisible": true, + "X": 203.986680728653, + "Y": 414.84184134693 + }, + { + "ShowGeometry": true, + "Name": "WebRequest.AddFileAsBytes", + "Id": "1029ea62-4657-4efa-9bae-23c05b12f986", + "IsUpstreamVisible": true, + "X": 407.108268473551, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "7e80df92-2894-495c-acda-7900c27eec0e", + "IsUpstreamVisible": true, + "X": -2195.20675815024, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "bucket key here", + "Id": "2567ac0d-299a-40d0-b8d4-527eed221250", + "IsUpstreamVisible": true, + "X": -2599.45568512961, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "String", + "Id": "3c3a9fb3-23c8-4540-9c48-7cb38c7fa0b4", + "IsUpstreamVisible": true, + "X": -2059.78978708896, + "Y": 465.70057745986 + }, + { + "ShowGeometry": true, + "Name": "Code Block", + "Id": "ec9921f4-494f-4f96-b013-eaa5099e3473", + "IsUpstreamVisible": true, + "X": -1916.14262998216, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "File name here", + "Id": "f8608d94-862a-4c6a-b574-536dde656c1d", + "IsUpstreamVisible": true, + "X": -2599.45568512961, + "Y": 512.874650790877 + }, + { + "ShowGeometry": true, + "Name": "Code Block", + "Id": "13e4fde9-00b5-4b59-947e-6e956296769f", + "IsUpstreamVisible": true, + "X": -951.735398981408, + "Y": 595.200634071961 + }, + { + "ShowGeometry": true, + "Name": "Code Block", + "Id": "d5a9d991-7754-4b8a-a643-adbcb48532f7", + "IsUpstreamVisible": true, + "X": 203.986680728653, + "Y": 660.805542387919 + }, + { + "ShowGeometry": true, + "Name": "Helpers.DeserialiseAsDictionary", + "Id": "0fcc2171-8e39-46dc-bbbf-b5347ee0179e", + "IsUpstreamVisible": true, + "X": 1338.44675023109, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "Watch", + "Id": "3a18f202-9843-4853-8ea9-09e66a966b1f", + "IsUpstreamVisible": true, + "X": 1585.82257640386, + "Y": 344.571471468609 + }, + { + "ShowGeometry": true, + "Name": "Watch", + "Id": "2f313b38-3d21-4c5c-8cbe-392f68906638", + "IsUpstreamVisible": true, + "X": 1745.3305235288, + "Y": 344.571471468609 + } + ], + "Notes": [ + { + "Id": "4075e6b7-0c8c-4265-87c1-27667c035e41", + "X": -2599.45568512961, + "Y": 145.159461830799, + "Text": "This sample uploads a file to an existing Autodesk Forge bucket. " + }, + { + "Id": "4f6a5c8b-f78f-47fd-a67c-bab8203e79ff", + "X": -2599.45568512961, + "Y": 895.136564426748, + "Text": "Notes : \r\n- replace with your own token\r\n- token requires the \"data:write\" scope" + }, + { + "Id": "a40e023e-c5b9-4822-ab17-73a9a4363e81", + "X": -2598.79222734541, + "Y": 409.695128289999, + "Text": "Note : the bucket has to exist already." + } + ], + "Annotations": [ + { + "Id": "ba2893c9-6bae-4990-8582-df7cfa70352b", + "Title": "Build POST Request", + "Nodes": [ + "6776e092-6d6e-4c03-8c92-2247c00ca748", + "dfee13b3-93d7-49ee-95bf-eede80122503", + "8e9004bb-e9c6-4e29-acd5-45c6c96cbd3c" + ], + "Left": -1624.33663988464, + "Top": 298.571471468609, + "Width": 650.71958319495, + "Height": 184.270369878321, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 164.318995451405, + "TextblockHeight": 36.0, + "Background": "#FF71C6A8" + }, + { + "Id": "16fc8236-0890-46db-b1f3-0c078db85599", + "Title": "Execute", + "Nodes": [ + "cbcaabcf-e307-4a57-8751-f16375001e83", + "efade3b7-fd67-4783-8d65-e930caca90a4", + "935883c4-8d61-48bc-8c83-93f2b1c205e8" + ], + "Left": 744.578542124363, + "Top": 298.571471468609, + "Width": 532.99999999999693, + "Height": 275.5, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 259.5, + "TextblockHeight": 36.0, + "Background": "#FFFF7BAC" + }, + { + "Id": "6e7db319-41f6-466e-bcda-4e5eaf34f90a", + "Title": "Auth credentials", + "Nodes": [ + "5b26fbe8-0927-469a-8725-90532677fe47", + "771fafb7-9e2e-4a11-8695-9424055f20f6", + "13e4fde9-00b5-4b59-947e-6e956296769f" + ], + "Left": -961.735398981408, + "Top": 298.571471468609, + "Width": 548.73527414075807, + "Height": 398.629162603352, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 537.619980849975, + "TextblockHeight": 36.0, + "Background": "#FF71C6A8" + }, + { + "Id": "65b24889-0df9-4efd-8e64-73d6dee508c5", + "Title": "Content type", + "Nodes": [ + "22874eda-6cd6-4b06-96b2-4463d047bd21", + "fb0a7b37-43dc-4e41-b5e2-805d597fa21a", + "58f9b83f-58f7-4180-b875-c8e5f7e42277" + ], + "Left": -390.481852509465, + "Top": 298.571471468609, + "Width": 543.55493001608329, + "Height": 265.19154480910004, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 537.619980849975, + "TextblockHeight": 36.0, + "Background": "#FF71C6A8" + }, + { + "Id": "b222f0ca-2e3f-4839-bcbd-8cefb6765cfd", + "Title": "Add file", + "Nodes": [ + "0a99380f-210b-42f1-b448-6a57f477007b", + "1029ea62-4657-4efa-9bae-23c05b12f986", + "d5a9d991-7754-4b8a-a643-adbcb48532f7" + ], + "Left": 193.986680728653, + "Top": 298.571471468609, + "Width": 435.62158774489797, + "Height": 455.23407091931, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 302.863537095712, + "TextblockHeight": 36.0, + "Background": "#FF71C6A8" + }, + { + "Id": "79b336d2-d6b5-4f7a-a0a9-c5157ee7c67e", + "Title": "Build URL", + "Nodes": [ + "7e80df92-2894-495c-acda-7900c27eec0e", + "3c3a9fb3-23c8-4540-9c48-7cb38c7fa0b4", + "ec9921f4-494f-4f96-b013-eaa5099e3473" + ], + "Left": -2205.20675815024, + "Top": 298.571471468609, + "Width": 507.56412816808006, + "Height": 235.12910599125104, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 254.513029991228, + "TextblockHeight": 36.0, + "Background": "#FF71C6A8" + }, + { + "Id": "49242310-3ebc-4de9-a403-d732b72d2933", + "Title": "INPUT", + "Nodes": [ + "2567ac0d-299a-40d0-b8d4-527eed221250", + "f8608d94-862a-4c6a-b574-536dde656c1d", + "71b67ff6-849d-44d1-869b-03a06d205760", + "e61ec192-d6e0-4610-bf19-75ec6b0bcd61", + "a40e023e-c5b9-4822-ab17-73a9a4363e81", + "4f6a5c8b-f78f-47fd-a67c-bab8203e79ff" + ], + "Left": -2609.45568512961, + "Top": 219.571471468609, + "Width": 277.37666666666667, + "Height": 843.601031497245, + "FontSize": 96.0, + "InitialTop": 344.571471468609, + "InitialHeight": 195.230843711722, + "TextblockHeight": 115.0, + "Background": "#FF48B9FF" + }, + { + "Id": "15900af2-6da6-48d8-a739-3a70a9c2d13b", + "Title": "Upload file to Autodesk Forge", + "Nodes": [ + "4075e6b7-0c8c-4265-87c1-27667c035e41" + ], + "Left": -2609.45568512961, + "Top": 20.159461830798989, + "Width": 1509.0, + "Height": 184.0, + "FontSize": 96.0, + "InitialTop": 145.159461830799, + "InitialHeight": 74.5, + "TextblockHeight": 115.0, + "Background": "#FF848484" + }, + { + "Id": "89973afa-f2c2-445b-b56a-71d4c506527f", + "Title": "Deserialise JSON", + "Nodes": [ + "0fcc2171-8e39-46dc-bbbf-b5347ee0179e", + "3a18f202-9843-4853-8ea9-09e66a966b1f", + "2f313b38-3d21-4c5c-8cbe-392f68906638" + ], + "Left": 1328.44675023109, + "Top": 298.571471468609, + "Width": 505.88377329771015, + "Height": 165.0, + "FontSize": 30.0, + "InitialTop": 344.571471468609, + "InitialHeight": 269.5, + "TextblockHeight": 36.0, + "Background": "#FFFFAA45" + } + ], + "X": 1906.78714971269, + "Y": 25.7431007896797, + "Zoom": 0.746630269394853 + } +} \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 1 - First request.dyn.0.backup b/samples/backup/Dynamo 1.3 - 1 - First request.dyn.0.backup new file mode 100644 index 0000000..6a3f799 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 1 - First request.dyn.0.backup @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + http://www.google.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 1 - First request.dyn.1.backup b/samples/backup/Dynamo 1.3 - 1 - First request.dyn.1.backup new file mode 100644 index 0000000..6a3f799 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 1 - First request.dyn.1.backup @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + http://www.google.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 2 - Simple request.dyn.0.backup b/samples/backup/Dynamo 1.3 - 2 - Simple request.dyn.0.backup new file mode 100644 index 0000000..edac2ff --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 2 - Simple request.dyn.0.backup @@ -0,0 +1,117 @@ + + + + + https://jsonplaceholder.typicode.com/users/1 + + + + + + + + + + + + + + + + http://www.google.com/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn.0.backup b/samples/backup/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn.0.backup new file mode 100644 index 0000000..56cd768 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 3 - Simple request with benchmarking.dyn.0.backup @@ -0,0 +1,186 @@ + + + + + + + + + + + http://www.dynamobim.org + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + C:\Users\radug\Desktop\testing + C:\Users\radug\Desktop\testing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 4 - REST API example.dyn.0.backup b/samples/backup/Dynamo 1.3 - 4 - REST API example.dyn.0.backup new file mode 100644 index 0000000..149a7c1 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 4 - REST API example.dyn.0.backup @@ -0,0 +1,303 @@ + + + + + https://jsonplaceholder.typicode.com/users + + + + + + + + + + + + + users/1 + + + + + + + https://jsonplaceholder.typicode.com + + + + + + + + + + + + + + + + + + + + + posts + + + + comments + + + + + + + + + + + + + + + + + + + + + + + + + users + + + + posts/3 + + + + + + + + $.address + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + albums + + + + photos + + + + todos + + + + $.address.geo.lat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 5 - REST API advanced.dyn.0.backup b/samples/backup/Dynamo 1.3 - 5 - REST API advanced.dyn.0.backup new file mode 100644 index 0000000..565a660 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 5 - REST API advanced.dyn.0.backup @@ -0,0 +1,200 @@ + + + + + + + + https://jsonplaceholder.typicode.com/users + + + + + + + + + + + + + + + + + + + + + + + users + + + + + + + + + + + + + + POST + + + + + + + + + + undefined + + + + RequestBody + + + + + + + + + Content-Type + + + + pplication/json + + + + { + "data": { + "name": "Dynamo Bot", + "username": "dynamoBot", + "email": "mr.robot@dynamobim.org", + "address": { + "street": "17 Broadwick St", + "suite": "17", + "city": "London", + "zipcode": "W1F 0DE", + "geo": { + "lat": "51.51352559", + "lng": "-0.135276" + } + }, + "phone": "+44-(0)-207-851-8000", + "website": "dynamobim.org", + "company": { + "name": "Autodesk", + "catchPhrase": "Open source graphical programming for design", + "bs": "programmind without code" + } + } +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 6 - Complex POST request.dyn.0.backup b/samples/backup/Dynamo 1.3 - 6 - Complex POST request.dyn.0.backup new file mode 100644 index 0000000..39dd196 --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 6 - Complex POST request.dyn.0.backup @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + https://requestb.in/sso5frss + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + POST + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + application/json + + + + Content-Type + + + + undefined + + + + RequestBody + + + + + + + + + + { + "name": "Dynamo Bot", + "username": "dynamoBot", + "email": "mr.robot@dynamobim.org", + "address": { + "street": "17 Broadwick St", + "city": "London", + "zipcode": "W1F 0DE" + }, + "phone": "+44-(0)-207-851-8000", + "website": "dynamobim.org", + "company": { + "name": "Autodesk", + "catchPhrase": "Open source graphical programming for design", + "bs": "programmind without code" + } +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/backup/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn.0.backup b/samples/backup/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn.0.backup new file mode 100644 index 0000000..575c9dd --- /dev/null +++ b/samples/backup/Dynamo 1.3 - 7 - Upload file to Autodesk Forge.dyn.0.backup @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + PUT + + + + + + + + + xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + + + + Authorization + + + + + + + + + application/octet-stream + + + + Content-Type + + + + C:\Users\radug\Desktop\ping.txt + C:\Users\radug\Desktop\ping.txt + + + filename + + + + + + + + + + https://developer.api.autodesk.com/oss/v2/buckets/ + + + + radubucket + + + + /objects/ + + + + + + + + + + pingfile.txt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file