🗄️
@simply-openapi/controllers
  • Simply OpenAPI Controllers
  • Forward: Why derive behavior from OpenAPI
  • Development
    • Tutorial: Controllers with Automatic OpenAPI Generation
    • Tutorial: Binding to existing OpenAPI spec
    • Adding Authentication
    • Creating OpenAPI specs from Controllers
    • Creating an Express Route from your OpenAPI specification
    • Publishing your OpenAPI specification
    • Reducing interface and schema duplication
    • Writing Handler Middleware
    • Advanced Use Cases
    • Requst Data
  • Consuming your API from clients
  • API Reference
    • Decorators
    • Contexts
Powered by GitBook
On this page

Consuming your API from clients

Last updated 1 year ago

Auto-generating clients

Multiple tools exist that are able to produce client libraries from OpenAPI specifications. Such tooling is a natural fit for the OpenAPI-first nature of this library.

OpenAPI Generator
Kiota