We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I'm adding and removing multiple designations over the life of a campaign.
I'd love to be able to pull the history of all designations and all of the total votes and total donation amount...
maybe appending to the https://donorbox.org/api/v1/campaigns feed? { "campaign": { "id": 1, "name":"Donorbox Campaign" }, "designations": { option 1 { [ count : 5, donations : "$333" ] }, option 2 { [ count : 7, donations : "900" ] }, option 3 { [ count : 1, donations : "$5" ] }
The text was updated successfully, but these errors were encountered:
+1 would be super helpful for us too.
More than happy to contribute if the code is open anywhere.
Sorry, something went wrong.
No branches or pull requests
Hey,
I'm adding and removing multiple designations over the life of a campaign.
I'd love to be able to pull the history of all designations and all of the total votes and total donation amount...
maybe appending to the https://donorbox.org/api/v1/campaigns feed?
{
"campaign":
{
"id": 1,
"name":"Donorbox Campaign"
},
"designations": {
option 1 { [ count : 5, donations : "$333" ] },
option 2 { [ count : 7, donations : "900" ] },
option 3 { [ count : 1, donations : "$5" ] }
The text was updated successfully, but these errors were encountered: