Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Last active February 16, 2018 14:32
Show Gist options
  • Save qgadrian/5139751e00cb88912ec7cd3893427f9b to your computer and use it in GitHub Desktop.
Save qgadrian/5139751e00cb88912ec7cd3893427f9b to your computer and use it in GitHub Desktop.
alias GoogleApi.PubSub.V1.Api.Projects
{:ok, topic} = Projects.pubsub_projects_topics_create(
client, “my_gcloud_project”, “test_topic”, [body: %{}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment