Skip to content

Commit

Permalink
Fixed line of code that caused OAuth errors (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayanath Perera <[email protected]>
  • Loading branch information
JayanathP and Jayanath-ADSK authored Sep 7, 2023
1 parent b51c323 commit 34b1fce
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "0294361a-9eff-4915-9bea-735c2a09279e",
"_postman_id": "4ef00b8c-4b58-487e-898f-4accaaa3b8ab",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -21,7 +21,8 @@
"exec": [
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);"
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_01/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "f8e843a4-d475-46c8-91d2-5a8a073f0478",
"_postman_id": "17f213b2-fd65-4d95-86fb-f2a47a127ccb",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -21,7 +21,8 @@
"exec": [
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);"
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_02/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "ac9d05b2-167f-4c1c-a987-446430c33d6d",
"_postman_id": "577144a7-34b8-44a5-8346-3138ff426202",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -21,7 +21,8 @@
"exec": [
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);"
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_03/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "f92e033f-9eda-490c-b622-c783c655ff8d",
"_postman_id": "932598de-2d95-4053-9c9a-dc2d6010a898",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -22,7 +22,7 @@
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
""
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_04/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "9a789cf8-3b6d-46a8-b860-debda0cdea84",
"_postman_id": "30f693c9-6f10-44dc-bf7a-1b522f5a69d6",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -22,7 +22,7 @@
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
""
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_05/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "dde111e4-23cd-4892-bb76-ce80b9e7ffa3",
"_postman_id": "52a7d1f2-903f-425d-b790-d550c91b5f2c",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -22,7 +22,7 @@
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
""
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_06/collections/model_derivative_collections.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "877f5046-8032-4245-92f6-af79a71cc3df",
"_postman_id": "a45eef60-201a-4ba7-ad94-a627eb8d6053",
"name": "Model Derivative",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3021021"
Expand All @@ -22,7 +22,7 @@
"const clientId = pm.environment.get(\"client_id\");",
"const clientSecret = pm.environment.get(\"client_secret\");",
"var clientAuthKeys = btoa(clientId +\":\"+clientSecret);",
""
"pm.collectionVariables.set(\"client_auth_keys\", clientAuthKeys);"
],
"type": "text/javascript"
}
Expand Down
Binary file modified ModelDerivative_07/collections/model_derivative_collections.zip
Binary file not shown.

0 comments on commit 34b1fce

Please sign in to comment.