follow-0.1.0.0: Haskell library to follow content published on any subject.

Safe HaskellNone
LanguageHaskell2010

Follow.Fetchers.Feed

Description

This module is the namespace to define a fetcher strategy which takes entries from a URL pointing to a RSS or Atom feed.

Synopsis

Documentation

fetch :: (MonadHttp m, MonadThrow m) => ByteString -> Fetched m Source #

The fetcher strategy.