Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Last active February 16, 2018 14:33
Show Gist options
  • Save qgadrian/80f5919a56312a6251330119358e79d1 to your computer and use it in GitHub Desktop.
Save qgadrian/80f5919a56312a6251330119358e79d1 to your computer and use it in GitHub Desktop.
{:ok, token} = Goth.Token.for_scope(“https://www.googleapis.com/auth/pubsub")
client = token |> Map.get(:token) |> GoogleApi.PubSub.V1.Connection.new()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment