1.0.8 • Published 9 months ago

@aliksend/openapi-routes-generator v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.1

11 months ago