1.0.8 • Published 11 months ago

@aliksend/openapi-routes-generator v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

openapi-routes-generator

This module allows to generate routes from openapi declaration. Routes contains typings, validation and transformations.

Types

Types can be generated in this formats:

  • request - generate types as it is in request, don't apply any transformations
  • handler - generate types as declared in openapi, don't apply any transformations
  • server - apply transformations for server (parse request and stringify response)
  • client - apply transformations for client (stringify request and parse response)

TODO explain more

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago