ExTeal.Api.ResourceResponder (ExTeal v0.21.0) View Source
Hands requests of a certain type to the appropriate resource, and returns the resources response as serialized json
Link to this section Summary
Link to this section Functions
Specs
actions_for(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
commit_action(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
create(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
creation_fields(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
delete(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
export(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
field(Plug.Conn.t(), binary(), binary()) :: Plug.Conn.t()
Specs
field_filters(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
filters_for(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
index(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
relatable(Plug.Conn.t(), binary(), binary()) :: Plug.Conn.t()
Specs
reorder(Plug.Conn.t(), binary()) :: Plug.Conn.t()
Specs
show(Plug.Conn.t(), binary(), binary()) :: Plug.Conn.t()
Specs
update(Plug.Conn.t(), binary(), binary()) :: Plug.Conn.t()
Specs
update_fields(Plug.Conn.t(), binary(), binary()) :: Plug.Conn.t()