@juriskop/swish-client
Version:
A JavaScript/TypeScript client for interfacing with SWISH supporting HTTP digest auth.
26 lines (16 loc) • 392 B
Markdown
# SWISH-Client
This library exports a client which can be used to query the SWISH API and even allows using HTTP Digest Auth.
## Usage
Coming soon
## Dev Setup
```bash
# Optional for running the provided tests; Replace values appropriately
cp env.example. .env
```
## More commands
```bash
# Running tests
yarn run test
# Building to project (to the dist folder)
yarn run build
```