Blazay v1.0.6 Blazay View Source

Blazay is a utility for working with file upload. It specifically integrates with backblaze b2 object store service.

Link to this section Summary

Functions

Blazay.config/1 help you get to your config

Blazay.base_api returns the base api string

Link to this section Functions

Blazay.config/1 help you get to your config

Examples

iex> Blazay.config(:account_id) Keyword.fetch!(Blazay.config, :account_id)

Blazay.base_api returns the base api string

Examples

iex> Blazay.base_api “https://api.backblazeb2.com”