0.0.0-beta.8 • Published 1 year ago
@voidfull/js-sdk v0.0.0-beta.8
Usage
First, you need to install the library:
# npm
npm install @voidfull/js-sdk
# yarn
yarn add @voidfull/js-sdk
# pnpm
pnpm install @voidfull/js-sdk
Then you're able to import the library and fetch posts and categories from Voidfull.
import Voidfull from "@voidfull/js-sdk";
const Client = new Voidfull({
siteId: '<your_voidfull_site_id>',
token: '<your_voidfull_token_id>'
});
0.0.0-beta.7
1 year ago
0.0.0-beta.8
1 year ago
0.0.0-beta.6
1 year ago
0.0.0-beta.5
1 year ago
0.0.0-beta.4
1 year ago
0.0.0-beta.3
1 year ago
0.0.0-beta.2
1 year ago
0.0.0-beta.1
1 year ago
0.0.0-beta.0
1 year ago
0.0.0-alpha.12
1 year ago
0.0.0-alpha.11
1 year ago
0.0.0-alpha.10
1 year ago