JSPM

  • Created
  • Published
  • Downloads 8908
  • Score
    100M100P100Q151927F
  • License MIT

Bitbucket backend for Netlify CMS

Package Exports

  • netlify-cms-backend-bitbucket

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (netlify-cms-backend-bitbucket) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bitbucket backend

An abstraction layer between the CMS and Bitbucket

Code structure

Implementation for File Management System API based on Api and LargeMedia(LFS). With Editorial Workflow uses pull requests comments to track unpublished entries statuses.

Api - A wrapper for Bitbucket REST API.

AuthenticationPage - uses lib-auth to facilitate OAuth and implicit authentication.

Look at tests or types for more info.