rest-hapi icon indicating copy to clipboard operation
rest-hapi copied to clipboard

rest-hapi plugins support/docs

Open SukantGujar opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Loopback provides a rich plugin framework, resulting in cherry picked enhancements to the core offering. If rest-hapi has a similar mechanism, the docs should be written around it. If its not there yet, are there any plans for it?

SukantGujar avatar Jun 28 '18 07:06 SukantGujar

@SukantGujar Currently all rest-hapi features are included as part of the core library, and can either be enabled or disabled through the config settings.

However I would prefer for it to be structured as you describe, as it is much more flexible/modular. Hopefully in a future release this can be accomplished.

JKHeadley avatar Jun 28 '18 07:06 JKHeadley