indieweb-algorithms-0.1.0: A collection of implementations of IndieWeb algorithms.

Safe HaskellNone
LanguageHaskell2010

Data.IndieWeb.Endpoints

Documentation

discoverEndpoints Source

Arguments

:: [Text]

the rels of the links you want to find (alternatives, like "webmention" and "http://webmention.org/")

-> Value

the full Microformats 2 parse of the page as extracted by parseMf2

-> [Link]

the Link header as parsed by parseLinkHeader

-> [URI]