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
google_api_analytics_hub lib google_api_analytics_hub.ex
Raw

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