All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:02, 29 August 2025 Admin talk contribs created page How to Fetch a GET request like in Javascript (Created page with " <source> defmodule App do # Install Req from hex def fetch do task = Task.async(fn -> Req.get!("https://api.github.com/repos/wojtekmach/req") end) Task.await(task) end end </source>")