File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
const ContentstackDemo = require ( './contentstack-demo.js' )
4
4
5
5
//const Demo = new ContentstackDemo({ 'api_key': "blt292960b854e5170e", 'access_token': "blt468d2af41a0f061c", 'environment': "development"})
6
- const Demo = new ContentstackDemo ( { 'api_key' : "blt477ba55f9a67bcdf " , 'access_token' : "cs7731f03a2feef7713546fde5 " , 'environment' : "web " } )
6
+ const Demo = new ContentstackDemo ( { 'api_key' : "" , 'access_token' : "" , 'environment' : "" } )
7
7
8
8
9
9
//get all the entries
Original file line number Diff line number Diff line change @@ -1302,7 +1302,7 @@ <h4 class="name" id="fetch"><span class="type-signature"></span>fetch<span class
1302
1302
1303
1303
1304
1304
< div class ="description ">
1305
- This method will returns information of a specific content type. It returns the content type schema .
1305
+ This method returns the complete information of a specific content type.
1306
1306
</ div >
1307
1307
1308
1308
@@ -1660,7 +1660,7 @@ <h4 class="name" id="getContentTypes"><span class="type-signature"></span>getCon
1660
1660
1661
1661
1662
1662
< div class ="description ">
1663
- getContentTypes method returns comprehensive information of all the content types available in a particular stack in your account.
1663
+ This method returns comprehensive information of all the content types of a particular stack in your account.
1664
1664
</ div >
1665
1665
1666
1666
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ <h1 class="page-title">stack.js</h1>
301
301
/**
302
302
* @method fetch
303
303
* @memberOf Stack
304
- * @description This method will returns information of a specific content type. It returns the content type schema .
304
+ * @description This method returns the complete information of a specific content type.
305
305
* @example
306
306
* let single_contenttype = Stack.ContentType(content_type_uid).fetch()
307
307
* single_contenttype
@@ -390,7 +390,7 @@ <h1 class="page-title">stack.js</h1>
390
390
/**
391
391
* @method getContentTypes
392
392
* @memberOf Stack
393
- * @description getContentTypes method returns comprehensive information of all the content types available in a particular stack in your account.
393
+ * @description This method returns comprehensive information of all the content types of a particular stack in your account.
394
394
* @example Stack.getContentTypes()
395
395
* @example
396
396
* let data = Stack.getContentTypes()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " contentstack" ,
3
- "version" : " 3.5.2 " ,
3
+ "version" : " 3.6.0 " ,
4
4
"description" : " Contentstack Javascript SDK" ,
5
5
"homepage" : " https://www.contentstack.com/" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export default class Stack {
252
252
/**
253
253
* @method fetch
254
254
* @memberOf Stack
255
- * @description This method will returns information of a specific content type. It returns the content type schema .
255
+ * @description This method returns the complete information of a specific content type.
256
256
* @example
257
257
* let single_contenttype = Stack.ContentType(content_type_uid).fetch()
258
258
* single_contenttype
@@ -341,7 +341,7 @@ export default class Stack {
341
341
/**
342
342
* @method getContentTypes
343
343
* @memberOf Stack
344
- * @description getContentTypes method returns comprehensive information of all the content types available in a particular stack in your account.
344
+ * @description This method returns comprehensive information of all the content types of a particular stack in your account.
345
345
* @example Stack.getContentTypes()
346
346
* @example
347
347
* let data = Stack.getContentTypes()
You can’t perform that action at this time.
0 commit comments