koa-route-schema-yapi

0.0.1 • Public • Published

koa-route-schema-yapi

yapi export to koa-route-schema schemaOptions

Usage

import RouteSchema from 'koa-route-schema'
import yapiParseOptions from 'koa-route-schema-yapi'
import yapiSchemaOptions from './schemaOptions'

export default function attachSchema(router) {
  let routeschema = RouteSchema({
    ...yapiParseOptions,
    prefix: 'v1',
    schemaOptions: yapiSchemaOptions
  })
  routeschema.attachToRouter(router)
}

Readme

Keywords

none

Package Sidebar

Install

npm i koa-route-schema-yapi

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

7.22 kB

Total Files

8

Last publish

Collaborators

  • wangnew2013