2 posts tagged with "Http"
View All Tags
Windmill now supports generating an OpenAPI specification from existing HTTP routes and webhooks. This allows developers to automatically export their configured HTTP triggers and webhook endpoints into an OpenAPI-compliant spec (JSON/YAML), making it easier to document, share, and integrate with other systems.
New features
- Automatically generate OpenAPI specs from defined HTTP routes and webhook triggers.
- Export in JSON or YAML formats.

Windmill now supports generating HTTP routes directly from an OpenAPI specification. This allows developers to streamline the setup of HTTP triggers by importing spec files (JSON/YAML), either via URL, file upload, or raw text, and auto-generating the necessary route configurations.
New features
- Automatically generate HTTP triggers from OpenAPI specs.