This api is a bridge to the TabT SOAP API. It contacts TabT and cache results in order to reduce latency for some requests. More documentation will come.
- Node 10 or higher (https://nodejs.org/)
$ git clone https://github.com/Fllorent0D/TabT-Rest.git
$ npm install
Create your own environment file (.env
) from the .env.example
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
pm2 start tabt-rest-pm2.json
- 1.0.0
- First complete implementation with OpenApi specs.
- 1.0.1
- OpenApi operationId.
- 1.0.2
- Bug fixes
- 1.0.3
- Align with Tabt 0.7.24
- 1.0.4
- Disable automatic conversation for DTOs
Cardoen Florent – @Fllorent0D – f.cardoen@me.com
- Fork it (https://github.com/Fllorent0D/Tabt-Rest)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request