Skip to content

Commit 96071ea

Browse files
Fixed JSON syntax error in Postman COllections (#18)
* Fixed JSON error * Updated Design Automation zip files * Repackaged Model Derivative postman collections --------- Co-authored-by: Jayanath Perera <jayanath.perera@autodesk.com>
1 parent 8b9cfc9 commit 96071ea

24 files changed

+12
-12
lines changed
-4 Bytes
Binary file not shown.

DA43dsMax/collections/DA43dsMax Tutorial.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exec": [
1919
"const clientId = pm.environment.get(\"client_id\");",
2020
"const clientSecret = pm.environment.get(\"client_secret\");",
21-
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",,
21+
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",
2222
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
2323
],
2424
"type": "text/javascript"

DA4ACAD/collections/DA4ACAD Tutorial.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exec": [
1919
"const clientId = pm.environment.get(\"client_id\");",
2020
"const clientSecret = pm.environment.get(\"client_secret\");",
21-
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",,
21+
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",
2222
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
2323
],
2424
"type": "text/javascript"
-4 Bytes
Binary file not shown.

DA4Fusion/collections/DA4Fusion-Collection Tutorial.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exec": [
1919
"const clientId = pm.environment.get(\"client_id\");",
2020
"const clientSecret = pm.environment.get(\"client_secret\");",
21-
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",,
21+
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",
2222
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
2323
],
2424
"type": "text/javascript",
-4 Bytes
Binary file not shown.

DA4Inventor/collections/DA4Inventor Tutorial.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exec": [
1919
"const clientId = pm.environment.get(\"client_id\");",
2020
"const clientSecret = pm.environment.get(\"client_secret\");",
21-
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",,
21+
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",
2222
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
2323
],
2424
"type": "text/javascript"
-4 Bytes
Binary file not shown.

DA4Revit/collections/DA4Revit-Collection Tutorial.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"exec": [
1919
"const clientId = pm.environment.get(\"client_id\");",
2020
"const clientSecret = pm.environment.get(\"client_secret\");",
21-
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",,
21+
"const clientAuthKeys= Buffer.from(clientId + \":\" + clientSecret, 'utf8').toString('base64');",
2222
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
2323
],
2424
"type": "text/javascript"
-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)