Skip to content

Commit 7adc180

Browse files
committed
Added api client for tribe load and unload endpoints
1 parent 8302866 commit 7adc180

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NoFrixion.MoneyMoov/Constants/HttpClientConstants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public static class HttpClientConstants
3636
public static string HTTP_BANKINGCIRCLE_AUTHORISATION_CLIENT_NAME = "BankingCircleAuthorisationClient";
3737

3838
public static string HTTP_BANKINGCIRCLE_DIRECTDEBIT_API_CLIENT_NAME = "BankingCircleDirectDebitApiClient";
39+
40+
public static string HTTP_TRIBE_CLIENT_NAME = "TribeClient";
3941

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

0 commit comments

Comments
 (0)