0.1.6 • Published 10 months ago

@burotan/strapi-client v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Strapi Client

A fully typed API client for Strapi CMS, providing seamless integration with Strapi TypeScript projects.

Usage

import { StrapiClient } from "@burotan/strapi-client";

const strapi = new StrapiClient({
  url: "https://my-strapi-instance.com",
  token: "my-token",
});

const result = await strapi.documents("boats").findMany({
  filters: {
    name: {
      $eq: "my-boat",
    },
  },
});
0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago