Parameters
str
Tilebox API Url. Defaults to
https://api.tilebox.com.str | None
The API key to authenticate with. If not set, the
TILEBOX_API_KEY environment variable is used.bool
Whether to log a warning when no API key is provided for the Tilebox API URL. Defaults to
True.Literal["grpc", "http1"]
Network transport to use for API requests. Defaults to
"grpc". Use "http1" to force the Connect protocol over HTTP/1.1 on networks that do not support gRPC over HTTP/2 correctly.