contentful-management
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -362,3 +362,3 @@ 'use strict'; | ||
* @example | ||
* space.createAsset({fields: { | ||
* space.createAsset( | ||
* fields: { | ||
@@ -378,3 +378,3 @@ * file: { | ||
* } | ||
* }) | ||
* ) | ||
* .then(e => console.log(e)) | ||
@@ -381,0 +381,0 @@ */ |
{ | ||
"name": "contentful-management", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Client for Contentful's Content Management API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.contentful.com/developers/documentation/content-management-api/", |
@@ -34,5 +34,5 @@ [![npm](https://img.shields.io/npm/v/contentful-management.svg)](https://www.npmjs.com/package/contentful-management) | ||
# Getting started | ||
## Getting started | ||
In order to get started with the Contentful Management JS SDK you'll need not only to install it, but also to get credentials which will allow you to have access to your content in Contentful. | ||
To get started with the Contentful Management JS SDK you'll need to install it, and then get credentials which will allow you to access your content in Contentful. | ||
@@ -47,3 +47,3 @@ ## Installation | ||
Or, if you'd like to use a standalone built file you can use the following script tag or just download it from [unpkg](https://unpkg.com), under the `browser-dist` directory: | ||
Or, if you'd like to use a standalone built file you can use the following script tag or download it from [unpkg](https://unpkg.com), under the `browser-dist` directory: | ||
@@ -53,3 +53,3 @@ ``` html | ||
``` | ||
**It is not recommended to use the above URL for production.** | ||
**It's not recommended to use the above URL for production.** | ||
@@ -66,3 +66,3 @@ Using `contentful@latest` will always get you the latest version, but you can also specify a specific version number: | ||
To get content from Contentful, an app should authenticate with an with an OAuth bearer token. | ||
To get content from Contentful, an app should authenticate with an OAuth bearer token. | ||
@@ -75,3 +75,3 @@ If you want to use this SDK for a simple tool or a local app that you won't redistribute or make available to other users, you can get an API key for the Management API at our [Authentication page](https://www.contentful.com/developers/docs/references/authentication/). | ||
The following code snippet is the most basic one you can use to get some content from Contentful with this SDK: | ||
The following code snippet is the most basic one you can use to get content from Contentful with this SDK: | ||
@@ -131,3 +131,3 @@ ```js | ||
Check the [Contentful for JavaScript](https://www.contentful.com/developers/docs/javascript/) page for Tutorials, Demo Apps, and more information on other ways of using JavaScript with Contentful | ||
Read the [Contentful for JavaScript](https://www.contentful.com/developers/docs/javascript/) page for Tutorials, Demo Apps, and more information on other ways of using JavaScript with Contentful | ||
@@ -134,0 +134,0 @@ ### REST API reference |
@@ -1,1 +0,1 @@ | ||
module.exports = '1.1.13' | ||
module.exports = '1.1.14' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
587863
13912