Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bang functions to client #43

Open
wants to merge 1 commit into
base: v_1_5_0
Choose a base branch
from

Commits on Oct 26, 2016

  1. Added bang functions to client

    The Elixir idiom is to have a function that ends with an exclamation
    point throw an exception, and an unadorned function return `{:ok,
    response}` or `{:error, reason}`. This PR changes Riffed to respoect
    that idiom. It is a breaking change, and will break all clients
    upgrading from any version of elixometer < 1.5
    Steve Cohen committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    66fc71d View commit details
    Browse the repository at this point in the history