4.0.0 • Published 2 years ago

@zthun/works.nest v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Zthunworks Nest services implement standard distributable services that can be reused across applications for consistency.

Installation

# NPM
npm install @zthun/works.nest
# Yarn
yarn add @zthun/works.nest

This package is divided into modules that automatically add specific http routes and services to your application without you having to add additional implementation. This package is built around the nestjs framework.

Health Module

Health

The health module is used to add a basic health check to your application.

import { ZHealthModule } from '@zthun/works.nest';

@Module({
  imports: [ZHealthModule]
})
export class MyApp {}

The following is the route that gets added.

/**
 * Returns a 200 return code.
 */
@Get('health')
4.0.0

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

3.0.2

2 years ago

3.1.0

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.0.0-29

3 years ago

1.0.0-28

3 years ago

1.0.0-27

3 years ago

1.0.0-26

3 years ago

1.0.0-25

3 years ago

1.0.0-24

3 years ago

1.0.0-23

3 years ago

1.0.0-22

3 years ago

1.0.0-21

3 years ago

1.0.0-20

3 years ago

1.0.0-19

4 years ago

1.0.0-17

4 years ago

1.0.0-18

4 years ago

1.0.0-16

4 years ago

1.0.0-15

4 years ago

1.0.0-14

4 years ago

1.0.0-13

4 years ago

1.0.0-12

4 years ago

1.0.0-11

4 years ago

1.0.0-9

4 years ago

1.0.0-7

4 years ago