Skip to content

Commit

Permalink
Update req.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 16, 2021
1 parent ae4282e commit 10777fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions req.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Mix.install([
{:req, github: "wojtekmach/req", branch: "main"}
:req
])

IO.inspect(Req.get!("https://api.github.com/repos/elixir-lang/elixir").body["description"])
Req.get!("https://api.github.com/repos/elixir-lang/elixir").body["description"]
|> IO.inspect()

0 comments on commit 10777fd

Please sign in to comment.