You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,15 @@ This repository is for the Integrating With HubSpot I: Foundations course. This
4
4
5
5
To read the full directions, please go to the [practicum instructions](https://app.hubspot.com/academy/l/tracks/1092124/1093824/5493?language=en).
6
6
7
-
**Put your HubSpot developer test account custom objects URL link here:**
7
+
**Put your HubSpot developer test account custom objects URL link here:**https://app.hubspot.com/contacts/l/objects/{custom-obj-number/views/all/list}
8
8
9
9
___
10
10
## Tips:
11
11
- Commit to your repository often. Even if you make small tweaks to your code, it’s best to be committing to your repository frequently.
12
12
- The subject of the custom object is up to you. Feel free to get creative!
13
13
- Please create a test account and include your private app access token in your repo.
14
14
- Ensure you re-merge any working branches into the main branch.
15
+
- DO NOT ADD YOUR PRIVATE APP TOKEN TO YOUR REPOSITORY.
15
16
16
17
## Pre-requisites:
17
18
- Using [Node](https://nodejs.org/en/download) and node packages
@@ -24,4 +25,4 @@ ___
24
25
## Requirements
25
26
- All work must be your own. During the grading process we will check the revision history. Submissions that do not meet this requirement will not be considered.
26
27
- You must have at least two new routes in your index.js file and one new pug template for the homepage.
27
-
- You must create a developer test account and link to it in your README.md file. Submissions that do not meet this requirement will not be considered.
28
+
- You must create a developer test account and link to it in your README.md file. Submissions that do not meet this requirement will not be considered.
0 commit comments