View Source Mobilizon.Web.FeedController (Mobilizon v4.1.0-alpha.1)

Controller to serve RSS, ATOM and iCal Feeds

Summary

Functions

@spec actor(Plug.Conn.t(), map()) :: Plug.Conn.t() | {:error, :not_found}
@spec event(Plug.Conn.t(), map()) :: Plug.Conn.t() | {:error, :not_found}
@spec going(Plug.Conn.t(), map()) :: Plug.Conn.t() | {:error, :not_found}
@spec instance(Plug.Conn.t(), map()) :: Plug.Conn.t()