3.2.3 • Published 10 months ago

@3kles/3kles-corebe v3.2.3

Weekly downloads
70
License
ISC
Repository
-
Last release
10 months ago

3KLES -COREBE

This package contains interface and class to create Express Application

API

IGenericAPI is an interface with four methods:

  • buildRequest: Method to build the request api from parameters and data
  • executeRequest: Method to execute the request
  • processResponse: Method called to manage response
  • processError: Method called to manage error response

In this module there is a class HttpApi that implement IGenericApi to manage http/s request protocol.

App

IGenericApp is an interface defined as below:

  • initAppVariable: Method to init variable (Exemple from dotenv)
  • initModule: Method to load module
  • initError: Method to manage error
  • initRoute: Method to set main router
  • startApp: Start app with port number

Router

IGenericRouter is an interface defined as below:

  • addController:Method to add route from controller

Controller

IGenericController is an interface defined as below:

  • execute: Method to execute request from type
  • setService:Method to set IGenericService
  • getParameters:Method to get service parameters
  • updateParamFromRequest:Method to update controller parameters from request

Service

IGenericService is an interface defined as below:

  • execute: Method to execute request from parameters
  • getParameters:Method to get service parameters
3.2.2

10 months ago

3.2.1

10 months ago

3.2.0

10 months ago

3.2.3

10 months ago

3.1.0

10 months ago

3.0.4

12 months ago

3.0.3

12 months ago

3.0.2

12 months ago

3.0.1

12 months ago

2.6.5

1 year ago

2.6.4

1 year ago

3.0.0

12 months ago

2.6.3

1 year ago

2.6.2

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.5.11

2 years ago

2.5.6

2 years ago

2.5.5

2 years ago

2.5.8

2 years ago

2.5.7

2 years ago

2.5.9

2 years ago

2.5.10

2 years ago

2.5.4

2 years ago

2.5.3

2 years ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.3.2

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.3.3

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.2

3 years ago

2.0.3

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago