RefInspector v0.15.0 RefInspector.Downloader View Source

Fetches copies of each configured database file.

The copies will be stored inside the configured path.

Link to this section Summary

Functions

Performs the download of the configured database files

Returns the local path to store a configured database at

Returns the remote path to download a configured database from

Reads a remote file and returns it’s contents

Link to this section Functions

Link to this function download() View Source
download() :: :ok

Performs the download of the configured database files.

Returns the local path to store a configured database at.

Returns the remote path to download a configured database from.

Link to this function read_remote(path) View Source
read_remote(String.t) :: term

Reads a remote file and returns it’s contents.