Skip to content

Commit

Permalink
Added api client for tribe load and unload endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravmaiti22 committed Sep 14, 2024
1 parent 8302866 commit 7adc180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NoFrixion.MoneyMoov/Constants/HttpClientConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public static class HttpClientConstants
public static string HTTP_BANKINGCIRCLE_AUTHORISATION_CLIENT_NAME = "BankingCircleAuthorisationClient";

public static string HTTP_BANKINGCIRCLE_DIRECTDEBIT_API_CLIENT_NAME = "BankingCircleDirectDebitApiClient";

public static string HTTP_TRIBE_CLIENT_NAME = "TribeClient";

/// <summary>
/// The minimum value the timeout for the HTTP client timeout can be set to. The HTTP client
Expand Down

0 comments on commit 7adc180

Please sign in to comment.