OpenGraph.parse
You're seeing just the function
parse
, go back to OpenGraph module for more information.
Link to this function
parse(html)
Specs
Parse Open Graph protocol.
Returns %OpenGraph{}
.
Examples
iex> OpenGraph.parse("<meta property='og:title' content='GitHub' />")
%OpenGraph{title: "GitHub"}