wx-api-loyalty-partner-linkages
v2.3.4
Published
Partner linkages APIs.
Readme
wx-api-loyalty-partner-linkages
WooliesX Partner Linkages APIs for Loyalty Program Partners.
Please see the swagger located at src/lib/api/swagger.yaml for details on available endpoints
Getting started
Install dependencies:
npm install Run tests:
npm run test Start server in dev mode:
npm run startStart server:
npm run serveRun lint
npm run lint Changes
Please ensure all changes to this api adhere to WooliesX Developer best practice. WooliesXApis have automated deployment, which will be triggered as follows:
| Branch | Environment | Deployment Checks | | :------------- |:---- | :----- | | feature/JIRA-101-description | dev | Unit-test, linting | | bugfix/JIRA-101-description | dev | Unit-test, linting | | develop | test | Unit-test, linting, Code-Review | | release | uat | Code-Review, Security Tests, Functional Tests | | master | production | Approval Gate |
Unit testing and linting will be automatically run for feature branches, and the status of these checks will be published to the branch, to be displayed against PR's for test. Please ensure the following passes before trying to move to the test environment:
