View Source ArkeServer.Router.Helpers (arke_server v0.3.14)
Module with named helpers generated from ArkeServer.Router.
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.
Functions
Link to this function
arke_path(conn_or_endpoint, action, arke_id, function_name, params)
View Source
Link to this function
arke_path(conn_or_endpoint, action, arke_id, unit_id, function_name, params)
View Source
Link to this function
arke_url(conn_or_endpoint, action, arke_id, function_name, params)
View Source
Link to this function
arke_url(conn_or_endpoint, action, arke_id, unit_id, function_name, params)
View Source
Link to this function
group_path(conn_or_endpoint, action, group_id, function_name, params)
View Source
Link to this function
group_url(conn_or_endpoint, action, group_id, function_name, params)
View Source
Link to this function
parameter_path(conn_or_endpoint, action, parameter_id, unit_id, params)
View Source
Link to this function
parameter_url(conn_or_endpoint, action, parameter_id, unit_id, params)
View SourceGenerates 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.
Link to this function
struct_path(conn_or_endpoint, action, arke_id, arke_unit_id, params)
View Source
Link to this function
struct_url(conn_or_endpoint, action, arke_id, arke_unit_id, params)
View Source
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_parameter_id)
View Source
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_parameter_id, params)
View Source
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, direction, params)
View Source
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two)
View Source
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two, params)
View Source
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_parameter_id)
View Source
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_parameter_id, params)
View Source
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, direction, params)
View Source
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two)
View Source
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two, params)
View SourceGenerates the connection/endpoint base URL without any path information.