Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TabT-Rest

Coverage:branches Coverage:functions Coverage:lines Coverage:statements GPLv3 license

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.

Prerequisites

Installation

$ git clone https://github.com/Fllorent0D/tabt-nest
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Start with pm2

pm2 start ./dist/index.js

Release History

  • 1.0.0
    • First complete implementation with OpenApi specs

Meta

Cardoen Florent – @Fllorent0Df.cardoen@me.com

Contributing

  1. Fork it (https://github.com/Fllorent0D/Tabt-GraphQL)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

This api is a middleware to the TabT SOAP API. It contacts TabT and cache results in order to reduce latency.

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.