0.14.0 • Published 11 months ago

@swishapp/api-client v0.14.0

Weekly downloads
-
License
-
Repository
-
Last release
11 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

12 months ago

0.12.0

12 months ago

0.11.1

12 months ago

0.13.0

12 months ago

0.14.0

11 months ago

0.13.1

12 months ago

0.13.2

12 months ago

0.13.3

12 months ago

0.13.4

12 months ago

0.10.0

12 months ago

0.9.0

12 months ago

0.8.0

12 months ago

0.7.1

12 months ago

0.5.3

12 months ago

0.5.0

12 months ago

0.4.0

12 months ago

0.7.0

12 months ago

0.5.2

12 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago