File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ To get an embedded item of a single entry, you need to provide the stack API key
7070``` js
7171import * as Contentstack from ' contentstack'
7272const stack = Contentstack .Stack ({
73- api_key: ' <API_KEY>' ,
74- delivery_token: ' <ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>' ,
75- environment: ' <ENVIRONMENT>' })
73+ api_key: ' <API_KEY>' ,
74+ delivery_token: ' <ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>' ,
75+ environment: ' <ENVIRONMENT>' })
7676
7777stack .ContentType (' <CONTENT_TYPE_UID>' )
7878 .Entry (' <ENTRY_UID>' )
@@ -95,9 +95,9 @@ To get embedded items from multiple entries, you need to provide the content typ
9595``` js
9696import Contentstack from ' contentstack'
9797const stack = Contentstack .Stack ({
98- api_key: ' <API_KEY>' ,
99- delivery_token: ' <ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>' ,
100- environment: ' <ENVIRONMENT>' })
98+ api_key: ' <API_KEY>' ,
99+ delivery_token: ' <ENVIRONMENT_SPECIFIC_DELIVERY_TOKEN>' ,
100+ environment: ' <ENVIRONMENT>' })
101101
102102stack .ContentType (' <CONTENT_TYPE_UID>' )
103103 .Query ()
You can’t perform that action at this time.
0 commit comments