quest
quest copied to clipboard
Pattern for building API clients in Elixir
Results
2
quest issues
Sort by
recently updated
recently updated
newest added
I am confused about the decision to always return a tuple with first element `:error` from `defp handle_response({:ok, %Response{status_code: scode, body: body}})`. This is here: https://github.com/gvaughn/quest/blob/7f6dcaae9b4ef7cb5f2b7ed08c078801e405cc63/lib/quest/httpoison_dispatcher.ex#L43 It seems strange to...
Hi, Do you think it would be a good idea to publish this package on hex.pm? As far as I can see, it is fairly usable with reasonable defaults. The...