2.0.5 • Published 3 months ago

@slickteam/nestjs-warp10 v2.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Slick Nestjs Warp10

Available on npmjs.org : @slickteam/nestjs-warp10

Usage

  • Install dependency
npm i -S @slickteam/nestjs-warp10
  • In your environment file, add these lines :
WARP10_URL=http://localhost:8080
WARP10_READ_TOKEN=
WARP10_WRITE_TOKEN=
WARP10_HTTP_TIMEOUT=5000
WARP10_BASE_CLASS_NAME=fr.slickteam.example
  • In module where you want use this module, add this :
@Module({
  imports: [Warp10Module],
  controllers: [],
  providers: [],
  exports: [],
})
class ExempleModule {}

Dependencies version

Nestjs

  • @nestjs/common: ^11.1.0
  • @nestjs/config: ^4.0.2

Warp10

  • @senx/warp10: ^2.0.3
1.2.0

6 months ago

1.1.1

7 months ago

1.0.2

8 months ago

1.1.0

8 months ago

1.2.1

4 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.0.1

10 months ago

1.0.0

10 months ago