Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 298 Bytes

UpLearn

Installation

  1. Elixir 1.14.x
  2. Erlang 24.x
  3. mix deps.get
Interactive Elixir (1.14.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> UpLearn.fetch("https://somerandome.url/api/details")

%UpLearn.ParsedDocument{
  assets: [...],
  links: [...]
}