IndieWeb.App (IndieWeb v0.0.49) View Source

High-level abstraction for application info resolution.

Link to this section Summary

Functions

Clears cached information across all parsers.

Obtains information about the application in question.

Link to this section Functions

Specs

clear(uri :: String.t()) :: :ok

Clears cached information across all parsers.

Specs

retrieve(uri :: String.t()) :: {:ok, any()} | {:error, any()}

Obtains information about the application in question.

TODO: Use <link> information as a fallback. TODO: Make this break out at the first match.