This C# library provides easy access to the common API endpoints you need for an integration to the Extra Life donations.
| Method | Use |
|---|---|
| GetParticipants | Returns a paged list of participants from the event. |
| GetParticipant | Returns a specific event participant. |
| GetParticipantDonations | Returns a paged list of donations for the specified participant. |
| GetParticipantDonors | Returns a paged list of donors for the specified participant. |
| GetParticipantActivities | Returns the most recent activity for a specificed participant. |
- Page: 1-indexed page number for paginated results
- Limit: Count of items to be returned by a paginated query
As a Nuget package
Install-Package ExtraLife -Version 1.0.0
// or using the .NET CLI
dotnet add package ExtraLife --version 1.0.0