stripe_mock v0.1.0 StripeMockWeb.Router.Helpers
Module with named helpers generated from StripeMockWeb.Router.
Link to this section Summary
Functions
Generates the path information including any necessary prefix.
Generates an integrity hash to a static asset given its file path.
Generates path to a static asset given its file path.
Generates url to a static asset given its file path.
Generates the connection/endpoint base URL without any path information.
Link to this section Functions
Link to this function
charge_path(conn_or_endpoint, action)
Link to this function
charge_path(conn_or_endpoint, action, params)
Link to this function
charge_path(conn_or_endpoint, action, id, params)
Link to this function
charge_url(conn_or_endpoint, action)
Link to this function
charge_url(conn_or_endpoint, action, params)
Link to this function
charge_url(conn_or_endpoint, action, id, params)
Link to this function
customer_path(conn_or_endpoint, action)
Link to this function
customer_path(conn_or_endpoint, action, params)
Link to this function
customer_path(conn_or_endpoint, action, id, params)
Link to this function
customer_source_path(conn_or_endpoint, action, customer_id)
Link to this function
customer_source_path(conn_or_endpoint, action, customer_id, params)
Link to this function
customer_source_path(conn_or_endpoint, action, customer_id, id, params)
Link to this function
customer_source_url(conn_or_endpoint, action, customer_id)
Link to this function
customer_source_url(conn_or_endpoint, action, customer_id, params)
Link to this function
customer_source_url(conn_or_endpoint, action, customer_id, id, params)
Link to this function
customer_url(conn_or_endpoint, action)
Link to this function
customer_url(conn_or_endpoint, action, params)
Link to this function
customer_url(conn_or_endpoint, action, id, params)
Link to this function
path(data, path)
Generates the path information including any necessary prefix.
Link to this function
refund_path(conn_or_endpoint, action)
Link to this function
refund_path(conn_or_endpoint, action, params)
Link to this function
refund_path(conn_or_endpoint, action, id, params)
Link to this function
refund_url(conn_or_endpoint, action)
Link to this function
refund_url(conn_or_endpoint, action, params)
Link to this function
refund_url(conn_or_endpoint, action, id, params)
Link to this function
source_path(conn_or_endpoint, action, id)
Link to this function
source_path(conn_or_endpoint, action, id, params)
Link to this function
source_url(conn_or_endpoint, action, id)
Link to this function
source_url(conn_or_endpoint, action, id, params)
Link to this function
static_integrity(endpoint, path)
Generates an integrity hash to a static asset given its file path.
Link to this function
static_path(conn, path)
Generates path to a static asset given its file path.
Link to this function
static_url(conn, path)
Generates url to a static asset given its file path.
Link to this function
token_path(conn_or_endpoint, action)
Link to this function
token_path(conn_or_endpoint, action, id)
Link to this function
token_path(conn_or_endpoint, action, id, params)
Link to this function
token_url(conn_or_endpoint, action)
Link to this function
token_url(conn_or_endpoint, action, id)
Link to this function
token_url(conn_or_endpoint, action, id, params)
Link to this function
url(data)
Generates the connection/endpoint base URL without any path information.