View Source PlausibleWeb.Plugins.API.Controllers.Goals (Plausible v0.0.1)

Controller for the Goal resource under Plugins API

Summary

Functions

@spec delete(Plug.Conn.t(), map()) :: Plug.Conn.t()
Link to this function

delete_bulk(conn, params)

View Source
@spec delete_bulk(Plug.Conn.t(), map()) :: Plug.Conn.t()
@spec get(Plug.Conn.t(), map()) :: Plug.Conn.t()
@spec index(Plug.Conn.t(), %{}) :: Plug.Conn.t()
Link to this function

open_api_operation(action)

View Source
@spec open_api_operation(atom()) :: OpenApiSpex.Operation.t()