From 2b41f449c55969cf1497d804765b11cfe229f3b5 Mon Sep 17 00:00:00 2001 From: Jim Johnson Date: Tue, 4 Feb 2025 08:04:01 -0800 Subject: [PATCH] Updating for Making First API Call Section and small changes (#277) Co-authored-by: Andrew Hemry --- .DS_Store | Bin 8196 -> 8196 bytes _data/navigation.yml | 12 +- getting_started/making_first_call.md | 159 +++++++++++++++++++++++++++ overview/quick_start_guide.md | 4 +- 4 files changed, 168 insertions(+), 7 deletions(-) create mode 100644 getting_started/making_first_call.md diff --git a/.DS_Store b/.DS_Store index 77e283bb35c3da7f06139347b02c1804d1d21c50..568b3ebea3b1e75eded5f1eaf48d8042063d2a92 100644 GIT binary patch delta 53 zcmZp1XmOa}&nUSuU^hRb=_=K__LGo%99Wk6mkm|cXS;f|0a6C>y37Xk{CCkU`?77$Hj+RQHTjb-vo Kkrov3I3@rHwIzc9 diff --git a/_data/navigation.yml b/_data/navigation.yml index abcc8d5..5cdabea 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -3,13 +3,13 @@ - title: Introduction url: /introduction # - title: Custom Integrations - # url: /custom-overview - Updated for Redirect + # url: /custom-overview - Needed for Redirect # - title: Marketplace Integrations - # url: /partner-overview - Updated for Redirect + # url: /partner-overview - Needed for Redirect # - title: Developer Training - # url: /training - Updated for Redirect + # url: /training - Needed for Redirect # - title: Developer Resources - # url: /dev-resources - Updated for Redirect + # url: /dev-resources - Needed for Redirect - title: Quick Start Guide url: /quick-start-guide - title: Help & Learning Center @@ -24,7 +24,7 @@ - title: Overview url: /object-model-overview # - title: General Resources - # url: /object-model-general - Updated for Redirect + # url: /object-model-general - Needed for Redirect - title: Company-level Resources url: /object-model-company - title: Project-level Resources @@ -40,6 +40,8 @@ url: /new-account - title: Sandbox Environments url: /development-environments + # - title: Making First Call + # url: /making_first_call - Needed for Redirect - title: OAuth 2.0 Authentication items: diff --git a/getting_started/making_first_call.md b/getting_started/making_first_call.md new file mode 100644 index 0000000..14cffc0 --- /dev/null +++ b/getting_started/making_first_call.md @@ -0,0 +1,159 @@ +--- +permalink: /making-first-call +title: Making Your First Call to the Procore API +layout: default +section_title: Getting Started +--- + + + + + + + +

If you are not redirected, click here.

+ + + + diff --git a/overview/quick_start_guide.md b/overview/quick_start_guide.md index ded9974..5f2024f 100644 --- a/overview/quick_start_guide.md +++ b/overview/quick_start_guide.md @@ -7,7 +7,7 @@ section_title: overview --- ## Introduction -This guide walks you through the process of creating and testing a basic app with Procore's API, using User-Level Authentication. By following these steps, you’ll install your app in a Sandbox environment, configure components, and generate an access token—all within 15 minutes. +This guide walks you through the process of creating and testing a basic app with Procore's API, using **User-Level Authentication**. By following these steps, you’ll install your app in a Sandbox environment, configure components, and generate an access token—all within 15 minutes.

*** @@ -54,7 +54,7 @@ This guide walks you through the process of creating and testing a basic app wit
  1. In your app, select OAuth Credentials on the left hand side.
  2. Under Sandbox OAuth Credentials, click into the Redirect URI field.
  3. -
  4. In this field, paste the following text: urn:ietf:wg:oauth:2.0:oob.
  5. +
  6. In this field, paste the following text: urn:ietf:wg:oauth:2.0:oob
  7. Click Update in the bottom right corner.