ArkeServer.Router.Helpers (arke_server v0.1.10)
Module with named helpers generated from ArkeServer.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
arke_path(conn_or_endpoint, action, arke_id)
Link to this function
arke_path(conn_or_endpoint, action, arke_id, params)
Link to this function
arke_path(conn_or_endpoint, action, arke_id, unit_id, params)
Link to this function
arke_url(conn_or_endpoint, action, arke_id)
Link to this function
arke_url(conn_or_endpoint, action, arke_id, params)
Link to this function
arke_url(conn_or_endpoint, action, arke_id, unit_id, params)
Link to this function
auth_path(conn_or_endpoint, action)
Link to this function
auth_path(conn_or_endpoint, action, params)
Link to this function
auth_url(conn_or_endpoint, action)
Link to this function
auth_url(conn_or_endpoint, action, params)
Link to this function
group_path(conn_or_endpoint, action, group_id)
Link to this function
group_path(conn_or_endpoint, action, group_id, params)
Link to this function
group_path(conn_or_endpoint, action, group_id, unit_id, params)
Link to this function
group_url(conn_or_endpoint, action, group_id)
Link to this function
group_url(conn_or_endpoint, action, group_id, params)
Link to this function
group_url(conn_or_endpoint, action, group_id, unit_id, params)
Link to this function
parameter_path(conn_or_endpoint, action, parameter_id)
Link to this function
parameter_path(conn_or_endpoint, action, parameter_id, params)
Link to this function
parameter_path(conn_or_endpoint, action, parameter_id, unit_id, params)
Link to this function
parameter_url(conn_or_endpoint, action, parameter_id)
Link to this function
parameter_url(conn_or_endpoint, action, parameter_id, params)
Link to this function
parameter_url(conn_or_endpoint, action, parameter_id, unit_id, params)
Link to this function
path(data, path)
Generates the path information including any necessary prefix.
Link to this function
project_path(conn_or_endpoint, action)
Link to this function
project_path(conn_or_endpoint, action, params)
Link to this function
project_path(conn_or_endpoint, action, unit_id, params)
Link to this function
project_url(conn_or_endpoint, action)
Link to this function
project_url(conn_or_endpoint, action, params)
Link to this function
project_url(conn_or_endpoint, action, unit_id, params)
Link to this function
render_spec_path(conn_or_endpoint, action)
Link to this function
render_spec_path(conn_or_endpoint, action, params)
Link to this function
render_spec_url(conn_or_endpoint, action)
Link to this function
render_spec_url(conn_or_endpoint, action, 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
struct_path(conn_or_endpoint, action, arke_id)
Link to this function
struct_path(conn_or_endpoint, action, arke_id, params)
Link to this function
struct_path(conn_or_endpoint, action, arke_id, arke_unit_id, params)
Link to this function
struct_url(conn_or_endpoint, action, arke_id)
Link to this function
struct_url(conn_or_endpoint, action, arke_id, params)
Link to this function
struct_url(conn_or_endpoint, action, arke_id, arke_unit_id, params)
Link to this function
swagger_ui_path(conn_or_endpoint, action)
Link to this function
swagger_ui_path(conn_or_endpoint, action, params)
Link to this function
swagger_ui_url(conn_or_endpoint, action)
Link to this function
swagger_ui_url(conn_or_endpoint, action, params)
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_parameter_id)
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_parameter_id, params)
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, direction, params)
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two)
Link to this function
topology_path(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two, params)
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_parameter_id)
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_parameter_id, params)
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, direction, params)
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two)
Link to this function
topology_url(conn_or_endpoint, action, arke_id, arke_unit_id, link_id, arke_id_two, unit_id_two, params)
Link to this function
unit_path(conn_or_endpoint, action)
Link to this function
unit_path(conn_or_endpoint, action, params)
Link to this function
unit_path(conn_or_endpoint, action, arke_id, unit_id)
Link to this function
unit_path(conn_or_endpoint, action, arke_id, unit_id, params)
Link to this function
unit_url(conn_or_endpoint, action)
Link to this function
unit_url(conn_or_endpoint, action, params)
Link to this function
unit_url(conn_or_endpoint, action, arke_id, unit_id)
Link to this function
unit_url(conn_or_endpoint, action, arke_id, unit_id, params)
Link to this function
url(data)
Generates the connection/endpoint base URL without any path information.