xplor-enviro-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Penzle.js - Penzle JavaScript Content Delivery Library

JavaScript library for the Penzle Content Delivery API. It helps you to easily access your Content stored in Penzle with your JavaScript applications.

This repository is actively maintained   MIT License

NPM   NPM downloads

What is Penzle?

Penzle The Content Editor, Experience Editor, and Asset Library are all tools that are available to Business Users to create, edit, manage, and publish content.

Supported browsers and Node.js versions:

  • Chrome
  • Firefox
  • Edge
  • Safari
  • node.js (LTS)

Other browsers should also work, but at the moment we're only running automated tests on the browsers and Node.js versions specified above.

Getting started

In order to get started with the Contentful JS library 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.

Installation

npm install xplor-enviro-lib

Configuration

The createClient method supports several options you may set to achieve the expected behavior:

const penzleClient = new DeliveryPenzleClient({
    ...environment.penzleConfig
});

penzleClient.entry.getById("<GUID>").subscribe();
Name Default Description
accessToken Required. Your CDA access token.
project Required. Your project key.
environment 'main' Set the project environment.
host 'api-website.penzle.com' Set the host used to build the request URI's.

License

This repository is published under the MIT license.

Code of Conduct

We want to provide a safe, inclusive, welcoming, and harassment-free space and experience for all participants, regardless of gender identity and expression, sexual orientation, disability, physical appearance, socioeconomic status, body size, ethnicity, nationality, level of experience, age, religion (or lack thereof), or other identity markers.

Readme

Keywords

Package Sidebar

Install

npm i xplor-enviro-lib

Weekly Downloads

0

Version

1.0.9

License

ISC

Unpacked Size

37.8 kB

Total Files

40

Last publish

Collaborators

  • avdohusic