SparkPost / elixir-sparkpost

SparkPost client library for Elixir https://developers.sparkpost.com
Apache License 2.0
44 stars 13 forks source link

Switch to use HTTPoison #12

Closed richleland closed 8 years ago

richleland commented 8 years ago

Because it's fly - https://github.com/edgurgel/httpoison

DavidAntaramian commented 8 years ago

@richleland I can take care of this if you want :)

richleland commented 8 years ago

hell yeah go for it @DavidAntaramian !

DavidAntaramian commented 8 years ago

@ewandennis is there a specific reason you chose to implement SparkPost.Endpoint.request/3 with options as a Keyword instead of a Map?

ewandennis commented 8 years ago

@DavidAntaramian - pure oversight. Very happy to accept a PR. Otherwise I'll do a pass on this project when I clear my desk next.

DavidAntaramian commented 8 years ago

@ewandennis I'll include it in this PR since it's easier to implement HTTPoison change with a map.