Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Last active February 16, 2018 14:32
Show Gist options
  • Save qgadrian/5c3ca584767c4489f435af3dc7d6521c to your computer and use it in GitHub Desktop.
Save qgadrian/5c3ca584767c4489f435af3dc7d6521c 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