Packages
Analytics Hub API client library. Exchange data and analytics assets securely and efficiently.
Retired package: Security issue - Unauthorized release. Do not use.
Current section
Files
Jump to
Current section
Files
lib/google_api_analytics_hub.ex
defmodule GoogleApiAnalyticsHub do
@moduledoc """
Documentation for `GoogleApiAnalyticsHub`.
"""
@doc """
Hello world.
## Examples
iex> GoogleApiAnalyticsHub.hello()
:world
"""
def hello do
:world
end
end