Skip to main content

Interessante Bibliotheken

HTTP-Requests / JSON

Bibliotheken

Beispiel

"https://api.datesapi.net/today"
|> HTTPoison.get!()
|> Map.get(:body)
|> Poison.decode!()
|> Map.get("result")