IndieWeb v0.0.37 IndieWeb.App 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

Link to this function

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

Clears cached information across all parsers.

Link to this function

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

Obtains information about the application in question.

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