Kreuzcrawl.FeedType (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

The type of a feed (RSS, Atom, or JSON Feed).

Summary

Types

t()

The type of a feed (RSS, Atom, or JSON Feed).

Functions

Atom feed.

JSON Feed.

RSS feed.

Types

t()

@type t() :: :rss | :atom | :json_feed

The type of a feed (RSS, Atom, or JSON Feed).

Functions

atom()

@spec atom() :: t()

Atom feed.

json_feed()

@spec json_feed() :: t()

JSON Feed.

rss()

@spec rss() :: t()

RSS feed.