We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd543d commit de81833Copy full SHA for de81833
lib/chuko/api/ricardo.ex
@@ -36,7 +36,7 @@ defmodule Chuko.Api.Ricardo do
36
(@url_api <> query)
37
|> URI.encode()
38
|> Req.get!(put_in(options[:params][:page], page))
39
- |> then(fn %Req.Response{body: body} -> body["results"] end)
+ |> then(fn %Req.Response{body: body} -> body["articles"] end)
40
end,
41
timeout: 30_000
42
)
0 commit comments