Step SDK
This SDK contains code and logic for authenticating and communicating with the Step API.
Getting Started
yarn install
Running TypeScript compiler and linter
yarn validate
Running integration tests locally
First, make sure you have the various services running locally, by following Server Readme - Running Services.
Then, you can run local integration tests with:
yarn test:local
Running integration tests against dev environment
yarn test:dev
Publishing
You should always run generate command first to make sure the SDK is up to date with Swagger
yarn generate
Next, lint and build the source code by running the validate command, this updates the dist
directory that will be published to npm:
yarn validate
To publish, simply run yarn publish
.
If you do not have access, you can request access from martin@step.com