Package Exports
- netlify-cms-backend-github
- netlify-cms-backend-github/dist/esm/index.js
- netlify-cms-backend-github/dist/netlify-cms-backend-github.js
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-github) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GitHub backend
An abstraction layer between the CMS and Github
Code structure
Implementation
for File Management System API based on Api
.
Api
- A wrapper for GitHub REST API.
GraphQLApi
- Api
with ApolloClient
. Api docs and netlify docs.
AuthenticationPage
- uses lib-auth to facilitate OAuth and implicit authentication.
scripts
- use createFragmentTypes.js
to create GitHub GraphQL API fragment types.
Look at tests or types for more info.