0.3.2 • Published 10 years ago

hapi-aptoma-swagger-template v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Hapi Aptoma Swagger Template

This is a plugin for rendering Swagger docs with Aptoma's styling inside Hapi projects.

The styling part has not been added yet.

Usage

npm install hapi-aptoma-swagger-template --save

server.register({
	register: require('hapi-aptoma-swagger-template'),
	options: {
		route: '/documentation',
		auth: false,
		apiAuthMethod: 'jwt', // jwt or apikey
		swaggeruiAssetsPath: '/docs/' // same value as hapi-swagger endpoint config option
	}
}, callback);
0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago