0.1.4 • Published 1 month ago

zenblog v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Official zenblog API Client

Install

    npm install zenblog

Usage example

import { createClient } from "zenblog";

const cms = createClient({
  blogId: "MY_BLOG_ID", // Go to your blog settings to get your blog id
});

const posts = await cms.posts.getAll();
const post = await cms.posts.getBySlug("post-slug");
0.1.4

1 month ago

0.1.3

4 months ago

0.1.2

5 months ago

0.1.1

5 months ago

1.0.0

6 months ago