Skip to content

Instantly share code, notes, and snippets.

@breim
Created March 13, 2026 21:39
Show Gist options
  • Select an option

  • Save breim/89426e3109522432152979067fa8493b to your computer and use it in GitHub Desktop.

Select an option

Save breim/89426e3109522432152979067fa8493b to your computer and use it in GitHub Desktop.
name: weather-api
description: Real-time weather data for any location
base_url: https://api.weatherco.com
type: API
payment:
networks: [stellar, base]
asset: USDC
payTo: GABC...XYZ
endpoints:
- path: /v1/current
method: POST
description: Get current weather for a location
priceUsdc: "0.001"
inputSchema:
type: object
properties:
location:
type: string
required: [location]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment