Skip to content

Instantly share code, notes, and snippets.

@devomh
devomh / openapi.yaml
Last active May 20, 2025 01:27
Action API testing
openapi: 3.1.0
info:
title: OpenMeteo Weather API
version: 1.0.0
servers:
- url: https://api.open-meteo.com
paths:
/v1/forecast:
get:
operationId: getWeatherForecast