1.5.0 • Published 4 years ago

@weeb_services/wapi-core v1.5.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

awoo

wapi-core

Utility module for weeb.sh apis

js-standard-style

How to use it:

  1. Install via yarn (or npm if u are a pleb)
yarn add @weeb_services/wapi-core

npm i @weeb_services/wapi-core
  1. Require the module and use its stuff
const { BaseMiddleware, BaseRouter, Constants, GenericRouter, WildcardRouter } = require('@weeb_services/wapi-core');

How to develop with it

  • When adding a new middleware extend the BaseMiddleware. To add your middleware to the app itself, add it via it's .middleware() function
  • When adding a new router extend the BaseRouter, to add your router to the app itself, add it via it's .router() function
1.5.0

4 years ago

2.0.0

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.1-alpha14

6 years ago

1.4.1-alpha13

6 years ago

1.4.1-alpha12

6 years ago

1.4.1-alpha11

6 years ago

1.4.1-alpha10

6 years ago

1.4.1-alpha9

6 years ago

1.4.1-alpha8

6 years ago

1.4.1-alpha7

6 years ago

1.4.1-alpha6

6 years ago

1.4.1-alpha5

6 years ago

1.4.1-alpha3

6 years ago

1.4.1-alpha2

6 years ago

1.4.1-alpha1

6 years ago

1.4.0

6 years ago

1.3.3

6 years ago