1.5.4 • Published 4 years ago

@distributeaid/flexport-api-sandbox v1.5.4

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
4 years ago

Flexport API v2 Sandbox npm version

Build and Release semantic-release Renovate Mergify Status Commitizen friendly code style: prettier

This projects provides a sandbox host using data scraped from a sandbox instance of the Flexport API v2.

It can be used to run integration tests.

Development

ℹ️ These instructions apply to Unix-based development environments; Linux and Mac users should be fine. Windows users could look into setting up their development environment using WSL2.

Usage

npm ci
npx tsc
npm start # Starts the sandbox server at port 3000

You can now query against http://0.0.0.0:3000, e.g. http http://0.0.0.0:3000/shipments.

Updating the files

export SANDBOX_API_ENDPOINT=<...>
export SANDBOX_API_KEY=<...>
node dist/sandbox-dumper.js
1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago