Packages

A gleam Open-meteo API client to get weather forecasts.

Current section

Files

Jump to
sunny src sunny@internal@client.erl
Raw

src/sunny@internal@client.erl

-module(sunny@internal@client).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([client/0]).
-type client() :: {client, binary(), boolean(), binary()}.