CPub.Web.Router.Helpers (CPub v0.3.0) View Source

Module with named helpers generated from CPub.Web.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

authentication_provider_path(conn_or_endpoint, action, provider)

View Source
Link to this function

authentication_provider_path(conn_or_endpoint, action, provider, params)

View Source
Link to this function

authentication_provider_url(conn_or_endpoint, action, provider)

View Source
Link to this function

authentication_provider_url(conn_or_endpoint, action, provider, params)

View Source
Link to this function

authentication_registration_path(conn_or_endpoint, action)

View Source
Link to this function

authentication_registration_path(conn_or_endpoint, action, params)

View Source
Link to this function

authentication_registration_url(conn_or_endpoint, action)

View Source
Link to this function

authentication_registration_url(conn_or_endpoint, action, params)

View Source
Link to this function

authentication_session_path(conn_or_endpoint, action)

View Source
Link to this function

authentication_session_path(conn_or_endpoint, action, params)

View Source
Link to this function

authentication_session_url(conn_or_endpoint, action)

View Source
Link to this function

authentication_session_url(conn_or_endpoint, action, params)

View Source
Link to this function

mastodon_api_client_path(conn_or_endpoint, action)

View Source
Link to this function

mastodon_api_client_path(conn_or_endpoint, action, params)

View Source
Link to this function

mastodon_api_client_url(conn_or_endpoint, action)

View Source
Link to this function

mastodon_api_client_url(conn_or_endpoint, action, params)

View Source
Link to this function

node_info_path(conn_or_endpoint, action)

View Source
Link to this function

node_info_path(conn_or_endpoint, action, params)

View Source
Link to this function

node_info_path(conn_or_endpoint, action, version, params)

View Source
Link to this function

node_info_url(conn_or_endpoint, action)

View Source
Link to this function

node_info_url(conn_or_endpoint, action, params)

View Source
Link to this function

node_info_url(conn_or_endpoint, action, version, params)

View Source
Link to this function

oauth_server_authorization_path(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_authorization_path(conn_or_endpoint, action, params)

View Source
Link to this function

oauth_server_authorization_url(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_authorization_url(conn_or_endpoint, action, params)

View Source
Link to this function

oauth_server_client_path(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_client_path(conn_or_endpoint, action, params)

View Source
Link to this function

oauth_server_client_url(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_client_url(conn_or_endpoint, action, params)

View Source
Link to this function

oauth_server_token_path(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_token_path(conn_or_endpoint, action, params)

View Source
Link to this function

oauth_server_token_url(conn_or_endpoint, action)

View Source
Link to this function

oauth_server_token_url(conn_or_endpoint, action, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

public_path(conn_or_endpoint, action)

View Source
Link to this function

public_path(conn_or_endpoint, action, params)

View Source
Link to this function

public_url(conn_or_endpoint, action)

View Source
Link to this function

public_url(conn_or_endpoint, action, params)

View Source
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

urn_resolution_path(conn_or_endpoint, action, service)

View Source
Link to this function

urn_resolution_path(conn_or_endpoint, action, service, params)

View Source
Link to this function

urn_resolution_url(conn_or_endpoint, action, service)

View Source
Link to this function

urn_resolution_url(conn_or_endpoint, action, service, params)

View Source
Link to this function

user_followers_path(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_followers_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_followers_url(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_followers_url(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_following_path(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_following_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_following_url(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_following_url(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_inbox_path(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_inbox_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_inbox_url(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_inbox_url(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_outbox_path(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_outbox_path(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_outbox_url(conn_or_endpoint, action, user_id)

View Source
Link to this function

user_outbox_url(conn_or_endpoint, action, user_id, params)

View Source
Link to this function

user_path(conn_or_endpoint, action)

View Source
Link to this function

user_path(conn_or_endpoint, action, params)

View Source
Link to this function

user_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

user_url(conn_or_endpoint, action)

View Source
Link to this function

user_url(conn_or_endpoint, action, params)

View Source
Link to this function

user_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

web_finger_path(conn_or_endpoint, action)

View Source
Link to this function

web_finger_path(conn_or_endpoint, action, params)

View Source
Link to this function

web_finger_url(conn_or_endpoint, action)

View Source
Link to this function

web_finger_url(conn_or_endpoint, action, params)

View Source