Current section

Files

Jump to
kane lib kane.ex
Raw

lib/kane.ex

defmodule Kane do
@moduledoc """
Kane. Citizen Kane. Charles Foster Kane, to be exact, Publisher extraordinaire.
Rosebud.
Kane is for publishing and subscribing to topics using Google Cloud Pub/Sub.
"""
@doc """
Retrieves the default Oauth scope for retrieving an access token
iex> Kane.oauth_scope
"https://www.googleapis.com/auth/pubsub"
"""
def oauth_scope, do: "https://www.googleapis.com/auth/pubsub"
end