Skip to content

dnode/dcontentful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

Installation

npm i --save dcontentful

Initialisation

const client = require('dcontentful').createClient({
  space: process.env.SPACE_ID,
  accessToken: process.env.ACCESS_TOKEN,
});

Examples

Get a specific entry

const entryId = 'entryId';
const entry = await client.getEntry(entryId);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published