Skip to content

Commit

Permalink
- Adding documentation link for DonorDrive API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Olivo committed Oct 18, 2024
1 parent 4ca5d0d commit 46ee911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MixItUp.Base/Services/External/DonorDriveService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ public class DonorDriveLinks
public string stream { get; set; }
}

/// <summary>
/// https://github.com/DonorDrive/PublicAPI/tree/master
/// </summary>
public class DonorDriveService : IExternalService
{
private const string APIVersion = "1.3";
Expand Down

0 comments on commit 46ee911

Please sign in to comment.