Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devite-io/shopware-client
- Owner: devite-io
- License: mit
- Created: 2024-11-04T21:53:46.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T08:52:37.000Z (about 1 month ago)
- Last Synced: 2024-11-27T09:32:13.673Z (about 1 month ago)
- Topics: api-client, javascript, shopware, typescript
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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