Skip to content

Instantly share code, notes, and snippets.

@zph
Last active December 17, 2015 18:39
Show Gist options
  • Save zph/5654310 to your computer and use it in GitHub Desktop.
Save zph/5654310 to your computer and use it in GitHub Desktop.
# Generate Client object
client = Buff::Client.new("SUPERSECRET_API_TOKEN")
# Send requests from Client object
client.profiles
client.updates_by_profile_id(profile_id, status: :sent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment