Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stWalk3r committed Sep 3, 2019
1 parent 4362bf4 commit 3135650
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/GregsStack.VwoEngage.Net.Api/VwoEngageConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

public static class VwoEngageConfiguration
{
/// <summary>
/// Default client name to resolve named <see cref="System.Net.Http.HttpClient"/> instance.
/// </summary>
public static string ClientName { get; } = nameof(VwoEngageClient);

/// <summary>
/// Base VWO Engage API URL.
/// </summary>
public static Uri BaseUri { get; } = new Uri("https://pushcrew.com/api/v1/");
}
}

0 comments on commit 3135650

Please sign in to comment.