IndieWeb v0.0.9 IndieWeb.Webmention

Handles Webmention interoperability for a site.

Link to this section Summary

Functions

Finds the Webmention endpoint of the provided URI

Link to this section Functions

Link to this function

discover_endpoint(page_url)
discover_endpoint(binary()) :: {:ok, binary()} | {:error, any()}

Finds the Webmention endpoint of the provided URI.

This employs the Webmention endpoint discovery algorithm to find the proper endpoint to send Webmentions for the URI in question.

TODO: Add User-Agent information.