Bunnyx.Region (Bunnyx v0.4.0)

Copy Markdown View Source

Edge regions available on the bunny.net network. Useful for understanding pricing and geographic distribution.

Uses the main API client created with Bunnyx.new/1.

Usage

client = Bunnyx.new(api_key: "sk-...")

{:ok, regions} = Bunnyx.Region.list(client)

Summary

Functions

Lists all available edge regions.

Functions

list(client)

@spec list(Bunnyx.t() | keyword()) :: {:ok, [map()]} | {:error, Bunnyx.Error.t()}

Lists all available edge regions.