文件名称:storyblok-js-client:适用于Storyblok API的通用JavaScript SDK
文件大小:87KB
文件格式:ZIP
更新时间:2024-05-31 15:27:20
javascript client sdk storyblok headless-cms
适用于Storyblok API的通用JavaScript SDK 该客户端是Storyblok API的精简包装,可在Node.js和浏览器中使用。 安装 # as axios is a peerDependency, you should install it too npm install storyblok-js-client axios # yarn add storyblok-js-client axios 用法 使用Content Deliver API // 1. Require the Storyblok client const StoryblokClient = require ( 'storyblok-js-client' ) // 2. Initialize the client with the preview token // from your spa
【文件预览】:
storyblok-js-client-master
----.gitignore(59B)
----package.json(2KB)
----package-lock.json(282KB)
----.travis.yml(69B)
----jest.config.js(365B)
----types()
--------index.d.ts(5KB)
----rollup.config.js(2KB)
----.browserslistrc(74B)
----README.md(14KB)
----tests()
--------units()
--------createTestContent.js(292B)
--------richTextResolver.test.js(10KB)
--------index.test.js(2KB)
--------redirect.test.js(527B)
--------customSchema.js(530B)
--------axiosInterceptor.test.js(1KB)
--------resolveRelations.test.js(3KB)
--------resolveLinks.test.js(2KB)
----index.html(129B)
----babel.config.js(704B)
----source()
--------helpers.js(2KB)
--------index.js(11KB)
--------richTextResolver.js(3KB)
--------schema.js(2KB)
--------throttlePromise.js(2KB)