Skip to main content

everymap_providers_mapbox/
client.rs

1everymap_core::provider_client! {
2    /// The shared HTTP client for MapBox APIs.
3    ///
4    /// Delegates to `everymap_core::client::ProviderClient` for common
5    /// request/response logic. Each domain module constructs its own
6    /// base URL per the MapBox API specification.
7    MapBoxClient, "mapbox"
8}