Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devite-io/shopware-client

Third party API client for Shopware 6.
https://github.com/devite-io/shopware-client

api-client javascript shopware typescript

Last synced: about 1 month ago
JSON representation

Third party API client for Shopware 6.

Awesome Lists containing this project

README

        

# Shopware Client

[![npm version][npm-version-src]][npm-version-href]

Third party API client for Shopware 6 that supports StoreAPI and AdminAPI.

## Quick Setup

Install the client in your JavaScript project:

```bash
npx install @devite/shopware-client
```

That's it! You can now use the Shopware API in your project ✨

## Getting started

```javascript
import { ShopwareClient } from '@devite/shopware-client';

// TODO: Add examples
```

## Contribution

Local development

```bash
# Install dependencies
pnpm install

# Generate module types and build the module
pnpm build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release
```

[npm-version-src]: https://img.shields.io/npm/v/@devite/shopware-client/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@devite/shopware-client