Breezex.Pledges (breezex v0.1.0) View Source

Module implementing the Breeze pledges API.

Link to this section Summary

Functions

List pledge campaigns

List contributions for a given campaign ID

List pledges for a given campaign ID

Link to this section Functions

Specs

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

List pledge campaigns

Specs

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

list_contributions(config, id)

View Source

Specs

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

List contributions for a given campaign ID

Link to this function

list_contributions!(config, id)

View Source

Specs

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

list_pledges(config, id)

View Source

Specs

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

List pledges for a given campaign ID

Link to this function

list_pledges!(config, id)

View Source

Specs

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