req-http-client
Installation
SKILL.md
Req HTTP Client
End-to-End Workflow
Follow this sequence when integrating an external API:
Step 1 — Add dependency
# mix.exs
defp deps do
[
{:req, "~> 0.5"}
]
end
Checkpoint: run mix deps.get and confirm Req compiles without errors.