riffed icon indicating copy to clipboard operation
riffed copied to clipboard

Added bang functions to client

Open scohen opened this issue 8 years ago • 2 comments

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

Addresses https://github.com/pinterest/riffed/issues/38 @jparise @fire

scohen avatar Oct 26 '16 22:10 scohen

Checks have failed? Weird. Looks.

fire avatar Oct 26 '16 23:10 fire

Will you be merging this in?

fire avatar Jan 08 '17 17:01 fire