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
+21-1
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,34 @@ and npm is simply a node package which is a package manage in itself. It allows
31
31
32
32
Just [fork](https://github.com/joshhebb/angularjs-contentful-starter) or pull down the repository and run the following commands.
33
33
34
-
**Before you start** when you run the final step of this setup, you will be asked to enter your space ID and management API key from Contentful. If you haven't registered for a account [head over to Contentful](https://www.contentful.com/sign-up/#dev) and get started.
34
+
**Before you start** when you run the final step of this setup, you will be asked to enter your space ID, delivery and management API keys from Contentful. If you haven't registered for a account [head over to Contentful](https://www.contentful.com/sign-up/#dev) and get started.
35
+
36
+
The three pieces of info you need from Contentful:
37
+
38
+
* Space ID : the identifier of your space which is your personal collection of models & content
39
+
* Management API token : content management tokens
40
+
* Personal access token : content delivery tokens
41
+
42
+
Read more about the [authentication tokens on Contentful](https://www.contentful.com/developers/docs/references/authentication/).
0 commit comments