1.0.9 • Published 1 year ago

xplor-enviro-lib v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

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();

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.

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago