OpenGraph.fetch

You're seeing just the function fetch, go back to OpenGraph module for more information.

Specs

fetch(String.t()) :: {:ok, t()} | {:error, reason()}

Fetch URL and parse Open Graph protocol.

Returns {:ok, %OpenGraph{}} for succussful request, otherwise, returns {:error, reason}.