MatrixAppServiceWeb.Router.Helpers (MatrixAppService v0.3.0) View Source

Module with named helpers generated from MatrixAppServiceWeb.Router.

Link to this section Summary

Link to this section Functions

Link to this function

matrix_room_path(conn_or_endpoint, action, room_alias)

View Source
Link to this function

matrix_room_path(conn_or_endpoint, action, room_alias, params)

View Source
Link to this function

matrix_room_url(conn_or_endpoint, action, room_alias)

View Source
Link to this function

matrix_room_url(conn_or_endpoint, action, room_alias, params)

View Source
Link to this function

matrix_third_party_path(conn_or_endpoint, action)

View Source
Link to this function

matrix_third_party_path(conn_or_endpoint, action, params)

View Source
Link to this function

matrix_third_party_path(conn_or_endpoint, action, protocol, params)

View Source
Link to this function

matrix_third_party_url(conn_or_endpoint, action)

View Source
Link to this function

matrix_third_party_url(conn_or_endpoint, action, params)

View Source
Link to this function

matrix_third_party_url(conn_or_endpoint, action, protocol, params)

View Source
Link to this function

matrix_transaction_path(conn_or_endpoint, action, txn_id)

View Source
Link to this function

matrix_transaction_path(conn_or_endpoint, action, txn_id, params)

View Source
Link to this function

matrix_transaction_url(conn_or_endpoint, action, txn_id)

View Source
Link to this function

matrix_transaction_url(conn_or_endpoint, action, txn_id, params)

View Source
Link to this function

matrix_user_path(conn_or_endpoint, action, user_id)

View Source
Link to this function

matrix_user_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

matrix_user_url(conn_or_endpoint, action, user_id)

View Source
Link to this function

matrix_user_url(conn_or_endpoint, action, user_id, 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.