Breezex.Forms (breezex v0.1.0) View Source

Module implementing the Breeze forms API.

Link to this section Summary

Link to this section Functions

Specs

List currently active forms

Specs

list!(map()) :: {map(), list()} | no_return()

Specs

list_archived(map()) :: Breezex.Client.client_response()

List archived forms

Specs

list_archived!(map()) :: {map(), list()} | no_return()
Link to this function

list_form_entries(config, id)

View Source

Specs

list_form_entries(map(), integer()) :: Breezex.Client.client_response()

List entries for a given form id

Link to this function

list_form_entries!(config, id)

View Source

Specs

list_form_entries!(map(), integer()) :: {map(), list()} | no_return()
Link to this function

list_form_fields(config, id)

View Source

Specs

list_form_fields(map(), integer()) :: Breezex.Client.client_response()

List fields for a given form

Link to this function

list_form_fields!(config, id)

View Source

Specs

list_form_fields!(map(), integer()) :: {map(), list()} | no_return()
Link to this function

remove_entry(config, id)

View Source

Specs

remove_entry(map(), integer()) :: Breezex.Client.client_response()

Remove form entry

Link to this function

remove_entry!(config, id)

View Source

Specs

remove_entry!(map(), integer()) :: {map(), list()} | no_return()