2.13.0 • Published 5 months ago

@nuskin/ns-signup-api-client v2.13.0

Weekly downloads
77
License
ISC
Repository
-
Last release
5 months ago

NPM Version

Signup API Client

CX Signup Journey Service API Client

This project contains the NPM library for the client which consumes the Signup API service.

Usage

To use the SignupClient class you need to have configuration available which points to the AWS stage (e.g. "dev") that the service api is deployed into. This is supplied to the client constructor:

    const signupClient = new SignupClient({
        stage: 'dev'
    });

Development

# Install Dependencies
$ yarn

# Run unit tests
$ yarn test

# Run integration tests against live API (defaults to 'test' stage)
$ yarn validate

Versioning

We use SemVer for versioning.

Authors

  • CX BA Signup Scrum Team
2.13.0

5 months ago

2.12.0

3 years ago

2.12.1

3 years ago

2.11.0

3 years ago

2.10.1

3 years ago

2.10.0

3 years ago

2.9.1

3 years ago

2.9.0

3 years ago

2.8.0

4 years ago

2.7.3

4 years ago

2.7.2

4 years ago

2.7.1

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago