Skip to content

Commit c8db50e

Browse files
authored
Merge pull request #23 from JayanathP/master
Fixed JSON syntax error in Postman Collections (#18)
2 parents 8b9cfc9 + 96071ea commit c8db50e

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)