0.1.4 • Published 2 years ago

@headon/contentful v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@headon/contentful

Head-On UI library enables web developer to build light weight web applications that uses a "headless" content management system (CMS) for managing content and UI experience. The web application built with Head-On UI will consume both layouts (UX) and content, via API, from "headless" CMS such as Contentful, Strapi, or any of their favorite content management systems.

This package includes a library for Contentful client adapter.

See more details on Head-On UI main README.md

Usage

const contentfulCmsClient = new ContentfulCmsClient({
    contenful: {
      space: '...',
      accessToken: '...'
    }
});
  • space is Contentful space ID
  • accessToken is Contentful access token from API key console
0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago