appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Convenience functions for GET, POST, etc. #10

Closed gamache closed 5 years ago

gamache commented 5 years ago

In addition to Mojito.request/5, we should provide convenience functions for head/3, get/3, post/4, put/4, patch/4, delete/3, and options/3. People like those.

danhuynhdev commented 5 years ago

@gamache I implemented this in PR #20. Hope to get your feedback.

gamache commented 5 years ago

Implemented in 0.3.0.