Glific v0.3.1 GlificWeb.Providers.Gupshup.Router.Helpers View Source

Module with named helpers generated from GlificWeb.Providers.Gupshup.Router.

Link to this section Summary

Link to this section Functions

Link to this function

default_path(conn_or_endpoint, action, unknown)

View Source
Link to this function

default_path(conn_or_endpoint, action, unknown, params)

View Source
Link to this function

default_url(conn_or_endpoint, action, unknown)

View Source
Link to this function

default_url(conn_or_endpoint, action, unknown, params)

View Source
Link to this function

message_event_path(conn_or_endpoint, action)

View Source
Link to this function

message_event_path(conn_or_endpoint, action, params)

View Source
Link to this function

message_event_url(conn_or_endpoint, action)

View Source
Link to this function

message_event_url(conn_or_endpoint, action, params)

View Source
Link to this function

message_path(conn_or_endpoint, action)

View Source
Link to this function

message_path(conn_or_endpoint, action, params)

View Source
Link to this function

message_url(conn_or_endpoint, action)

View Source
Link to this function

message_url(conn_or_endpoint, action, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

static_integrity(endpoint, path)

View Source

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 function

user_event_path(conn_or_endpoint, action)

View Source
Link to this function

user_event_path(conn_or_endpoint, action, params)

View Source
Link to this function

user_event_url(conn_or_endpoint, action)

View Source
Link to this function

user_event_url(conn_or_endpoint, action, params)

View Source