UAInspector v2.1.0 UAInspector.Downloader View Source

Fetches copies of the configured database files.

All files will be stored in the configured database path with the default setting being the result of Application.app_dir(:ua_inspector, "priv").

Please consult UAInspector.Config for details on database configuration.

Mix Task

Please see Mix Tasks.UaInspector.Download if you are interested in using a mix task to obtain your database files.

Link to this section Summary

Functions

Performs download of all files.

Performs download of configured database files and short code maps.

Link to this section Functions

Specs

download() :: :ok

Performs download of all files.

Specs

download(:databases | :short_code_maps) :: :ok

Performs download of configured database files and short code maps.