Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/node-apps-toolkit

Package Overview
Dependencies
Maintainers
91
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/node-apps-toolkit

A collection of helpers and utilities for creating NodeJS Contentful Apps

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
91
Created
Source

Node Apps Toolkit

A collection of helpers and utilities for creating NodeJS Contentful Apps

Getting started

You can install this library via

npm install --save @contentful/node-apps-toolkit

and include it in your code like

const {getManagementToken} = require('@contentful/node-apps-toolkit');
const {appInstallationId, spaceId, privateKey} = require('./some-constants');

getManagementToken(privateKey, {appInstallationId, spaceId})
    .then((token) => {
      console.log('Here is your app token')
      console.log(token)
    })

API Docs

API documentation is available here

Testing

:warning: Please Note

In order to run integration tests all the environment variables present in .env.tpl must be provided.

FAQs

Package last updated on 08 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc