gmail v0.1.20 Gmail.Base

Base class for common functionality.

Link to this section Summary

Link to this section Functions

Link to this function base_url()
base_url() :: String.t()

Gets the base URL for Gmail API requests

Link to this function handle_error(response)
handle_error({atom(), map()}) :: {atom(), String.t()} | {atom(), map()}
handle_error({atom(), String.t()}) :: {atom(), String.t()} | {atom(), map()}
Link to this function querify_params(path, available_options, params)
querify_params(String.t(), list(), map()) :: String.t()