OEmbedProviders.Provider.oembed_url

You're seeing just the function oembed_url, go back to OEmbedProviders.Provider module for more information.
Link to this function

oembed_url(provider, url)

View Source

Specs

oembed_url(provider :: t(), url :: String.t()) ::
  {:ok, String.t()} | {:error, any()}

Construct the OEmbed endpoint URL for the given Provider and URL.