API Reference OctoFetch v0.3.0
modules
Modules
This library allows you to download release artifacts from GitHub. By using this library you get the following functionality for your GitHub downloader client
This module defines the callbacks that a GitHub downloader needs
to implement in order to fetch artifacts from GitHub. base_url/2
and
default_version/0
are automatically implemented for you when you use
the OctoFetch
module, but you always have the option to
override their default implementations.
This module contains testing utilities to validate downloader modules and their implementations.