UAInspector.Downloader (UAInspector v3.11.0)

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.

Summary

Functions

Performs download of all files.

Performs download of configured database files and short code maps.

Functions

download()

@spec download() :: :ok

Performs download of all files.

download(atom)

@spec download(:client_hints | :databases | :short_code_maps) :: :ok

Performs download of configured database files and short code maps.