OpenGraph.fetch

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

Specs

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

Fetch URL and parse Open Graph protocol.

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