1.0.2 • Published 1 year ago

@juriskop/swish-client v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

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

# Optional for running the provided tests; Replace values appropriately
cp env.example. .env

More commands

# Running tests
yarn run test 

# Building to project (to the dist folder)
yarn run build