0.14.0 • Published 2 months ago

@swishapp/api-client v0.14.0

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Swish API Client

JavaScript client for the Swish API with TypeScript support.

Installation

npm install @swishapp/api-client

Usage

import { createApiClient } from "@swishapp/api-client";

const swish = createApiClient({
  authToken: "swish-api-token",
  profile: "gid://shopify/Customer/12345",
});

const { data } = await swish.items.list();

Documentation

For more information visit Swish DEV docs.

0.11.0

3 months ago

0.12.0

3 months ago

0.11.1

3 months ago

0.13.0

3 months ago

0.14.0

2 months ago

0.13.1

3 months ago

0.13.2

3 months ago

0.13.3

3 months ago

0.13.4

3 months ago

0.10.0

3 months ago

0.9.0

3 months ago

0.8.0

3 months ago

0.7.1

3 months ago

0.5.3

4 months ago

0.5.0

4 months ago

0.4.0

4 months ago

0.7.0

3 months ago

0.5.2

4 months ago

0.6.0

4 months ago

0.5.1

4 months ago

0.3.0

4 months ago

0.2.0

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago