0.5.0 • Published 8 months ago

zenblog v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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.5.0

8 months ago

0.4.0

9 months ago

0.2.1

10 months ago

0.2.0

11 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

1.0.0

2 years ago