IndieWeb.Micropub (IndieWeb v0.0.49) View Source

Link to this section Summary

Functions

Gets the sub-map where the keys are known to be actionable for update operations.

Fetches the Micropub endpoint for the provided site.

Separate the extra properties from the reserved properties.

Extracts properties that are reserved.

Determines if the provided keys are reserved.

Link to this section Functions

Specs

actionable(params :: map()) :: map()

Gets the sub-map where the keys are known to be actionable for update operations.

Specs

endpoint_for(binary()) :: binary()

Fetches the Micropub endpoint for the provided site.

Link to this function

extract_params(properties)

View Source

Specs

extract_params(properties :: map()) :: {map(), map()}

Separate the extra properties from the reserved properties.

Link to this function

is_response_property?(name)

View Source

Specs

reserved(properties :: map()) :: map()

Extracts properties that are reserved.

Specs

reserved_keyword?(binary()) :: boolean()

Determines if the provided keys are reserved.