Furlex v0.2.1 Furlex.Oembed View Source
A module for managing oembed data
Link to this section Summary
Link to this section Functions
Returns an Oembed endpoint for the given url
Examples
iex> Oembed.endpoint_from_url “https://vimeo.com/88856141”
iex> Oembed.endpoint_from_url “https://vimeo.com/88856141”, %{“format” => “xml”}
Fetches the list of Oembed providers
Soft fetch will fetch cached providers. Hard fetch requests providers from oembed.com and purges the cache.