View Source Apple.MapsServerAPI (apple v0.5.0)
Utilities for Maps Server API.
Summary
Functions
Builds a token to authorize HTTP requests.
Types
@type origin() :: String.t()
Something like "*.example.com"
.
Functions
@spec build_auth_token!( Apple.Types.Developer.team_id(), Apple.Types.Developer.key_id(), Apple.Types.Developer.private_key(), origin() | nil ) :: String.t()
Builds a token to authorize HTTP requests.