GoogleApi.AcceleratedMobilePageUrl

Accelerated Mobile Pages (AMP) URL API client library.

Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given list of public URL(s).

Installation

Install this package from Hex by adding google_api_accelerated_mobile_page_url to your list of dependencies in mix.exs:

def deps do
  [{:google_api_accelerated_mobile_page_url, "~> 0.12"}]
end

For more information

Product documentation is available at https://developers.google.com/amp/cache/.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_accelerated_mobile_page_url.