xplor-enviro-lib
v1.0.9
Published
A nice greeter
Downloads
3
Readme
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
- Your first request
- Using this library with the Preview API
- Authentication
- Documentation & References
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.