Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Created February 16, 2018 14:43
Show Gist options
  • Save qgadrian/383a9b85820f12325ca7f1107ffd7330 to your computer and use it in GitHub Desktop.
Save qgadrian/383a9b85820f12325ca7f1107ffd7330 to your computer and use it in GitHub Desktop.
alias GoogleApi.PubSub.V1.Api.Projects
pull_request = %GoogleApi.PubSub.V1.Model.PullRequest{maxMessages: 10}
Projects.pubsub_projects_subscriptions_pull(client, “my_google_project”, “test_subscription”, [body: pull_request])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment